Tuesday, June 28, 2016

Git Cheatsheet

Git Cheatsheet

Git Cheatsheet 2

Differenece between upstream and origin

git remote -v



git clone git url-To copy the repository

git add .

 git commit -m "datavase changes in frappe"

 git push

 vim .git/config

No comments:

Post a Comment