git add reame git commit -m "small changes" git push ! to publish
git remote get-url origin ! Verify URL of the repository
git tab git checkout 0.1.1
git pull - update the local version of a repository from a remote.
command | description |
---|---|
git branch | see available branches |
git branch -r | see remote branches |
git checkout <branch_name> | Switch to an existing branch |
git clone <name.wiki.git>