Skip to content

Instantly share code, notes, and snippets.

@Theminijohn
Last active May 11, 2016 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Theminijohn/c2eb0a31cbb7cc84d5a72d0ad2943087 to your computer and use it in GitHub Desktop.
Save Theminijohn/c2eb0a31cbb7cc84d5a72d0ad2943087 to your computer and use it in GitHub Desktop.
How to rock <3

1. Create a branch

$ git checkout master
$ git pull origin master
$ git checkout -b change-features-page

2. Do the work

$ subl .
$ git add .
$ git commit

"i" to go to insert mode
:wq

3. Publish it

$ git push origin change-features-page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment