Skip to content

Instantly share code, notes, and snippets.

@pdougall1
Last active November 29, 2017 20:33
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 pdougall1/8135f71e36899db57baba57b16dda3c2 to your computer and use it in GitHub Desktop.
Save pdougall1/8135f71e36899db57baba57b16dda3c2 to your computer and use it in GitHub Desktop.

STARTING A NEW THING

git checkout -b <name-of-branch>

do some work git commit -am "<some message about the new commit>"

do some more work git commit -am "<some message about the new commit>"

git push origin <name-of-branch> # can tab complete the name of branch

go to bigbucket and create a pull request past link to pull request in slack

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