todo-git
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| todo-git [2012/03/20 23:59] – created dblume | todo-git [2022/02/04 15:02] (current) – removed dblume | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== git ====== | ||
| - | Make the clone at the remote repository. | ||
| - | |||
| - | < | ||
| - | git clone git@github.com: | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | git remote add upstream git:// | ||
| - | </ | ||
| - | |||
| - | Enter a comment for the commit.  | ||
| - | < | ||
| - | git commit -a | ||
| - | </ | ||
| - | |||
| - | Double checking the alias names... | ||
| - | |||
| - | < | ||
| - | $ git remote -v | ||
| - | origin  | ||
| - | origin  | ||
| - | upstream  | ||
| - | upstream  | ||
| - | </ | ||
| - | |||
| - | The push that worked from within the local directory: | ||
| - | |||
| - | < | ||
| - | git push origin | ||
| - | </ | ||
todo-git.1332313187.txt.gz · Last modified: 2023/04/12 20:44 (external edit)