Tuesday, September 18, 2018

Git Commands

Git Commands (command line)
git clone https://github.com/username/repository
git pull
git branch feature-branch
git checkout feature-branch
git status
git add index.html
git commit
git push

No comments:

Post a Comment