26 Study guide Basic interaction with GitHub
various remote repository hosting sites: GitHub
BitBucket
Gitlab
Command | Explanation |
---|---|
git clone URL | Git clone is used to clone a remote repository into a local workspace |
git push | Git push is used to push commits from your local repo to a remote repo |
git pull | Git pull is used to fetch the newest updates from a remote repository |
This post is licensed under CC BY 4.0 by the author.