Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 210 Bytes

File metadata and controls

13 lines (9 loc) · 210 Bytes

Commands

git add .
git commit -m "Adding to the repository"
git push

git pull

git branch

git checkout -b branch1
git push --set-upstream origin branch1

git merge branch1