Skip to content

Instantly share code, notes, and snippets.

@arifhp86
Created January 17, 2018 11:47
Show Gist options
  • Save arifhp86/7129d3206d0bd386f4ba517ded8c522d to your computer and use it in GitHub Desktop.
Save arifhp86/7129d3206d0bd386f4ba517ded8c522d to your computer and use it in GitHub Desktop.
git add .
git commit -m "comment"
git push origin master
git pull
git remote add origin <server>
git branch <branchname>
git checkout <branchname>
git merge <branchname>
git branch -d <branchname>
git push
https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment