Git Basic Commands
First install git: https://git-scm.com/downloads Check git version by git –version git config git ls-remote git branch https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html git config –global –edit git ls-remote git remote -v git branch newbranch git branch -d branch git branch -D branch git branch -m branch git branch -a gitignoredirectory/*.log git reset git rm -rf –cached . git push -d ... Read More