Git and GitHub
Contents
Git and GitHub¶
Common Git commands¶
Description |
Command |
---|---|
Clone a remote repository from GitHub to your local computer |
|
Check the status of the local repository |
|
Add a file to the staging area |
|
Commit staged file to the version control history |
|
Push the changes in the local repository to the remote repository on GithHub |
|
Pull changes from the remote repository on GitHub to the local repository |
|
View the commit history |
|
Useful links¶
Happy Git and GitHub for the useR (This is tailored to users of R, but much of the content is of general interest.)
See here on how to ensure your Github fork is up to date