Skip to content

Instantly share code, notes, and snippets.

@Danielapariona
Last active July 20, 2016 01:51
Show Gist options
  • Save Danielapariona/82871cc8b35ce8f83050dc53f6ed52bd to your computer and use it in GitHub Desktop.
Save Danielapariona/82871cc8b35ce8f83050dc53f6ed52bd to your computer and use it in GitHub Desktop.
git clone <linkProject>
cd <Project>
git status
git checkout -b "name-branch"
git checkout name-branch
git add <filename>
git add .
git commit -m "Commit message"
git push origin <branchName>
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment