Post

26 Study guide Basic interaction with GitHub

various remote repository hosting sites: GitHub
BitBucket
Gitlab

CommandExplanation
git clone URLGit clone is used to clone a remote repository into a local workspace
git pushGit push is used to push commits from your local repo to a remote repo
git pullGit pull is used to fetch the newest updates from a remote repository
This post is licensed under CC BY 4.0 by the author.