Skip to content

Instantly share code, notes, and snippets.

@gl2748
Created December 15, 2015 21:10
Show Gist options
  • Save gl2748/64c56145dd871ce97b6c to your computer and use it in GitHub Desktop.
Save gl2748/64c56145dd871ce97b6c to your computer and use it in GitHub Desktop.
Hypothetical workflow.
Make sure your local dev env is up to date:
`git fetch --all; git pull . origin/master`
Create an issue if one has not already been created:
Create a branch for the issue.
`git checkout -b 123-abc-xyz`
@gl2748
Copy link
Author

gl2748 commented Dec 16, 2015

Work on the code directly, add relevant files with:
git status
git add yourfilename.php
git commit -m "#123 fixing the issue by doing something"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment