git clone https://github.com/vladpetyuk/MSnID.git
How to update your fork, so it catches up with original?
It is discussed here Basically issue a pull request where is the base is your own repository and head is the original that your forked from. Note that the default is the opposite: base - the original, head - you. You have to switch it using the drop-down menu.
An example of handling gist from GitHub
- create directory where the gists are going to be stored
- git clone https://gist.github.com/8607045.git
- the new directory 8607045 will be created
- cd 8607045
- git add .
- edit the file
- to check what is going on: git status
- git commit -m "your commit message"
- git push
Pushing local repo to GitHub
Described here. Basically in my case, when git already exists. I need to
Greyed out push and pull in Rstudio
fix explained here