Site Tools


linux:general:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:general:git [2017/12/19 16:59] lunetikklinux:general:git [2017/12/19 17:02] lunetikk
Line 7: Line 7:
 |  git config --global user.email "<MAIL>"  |  configure your mail address  | |  git config --global user.email "<MAIL>"  |  configure your mail address  |
 |  git config --global user.name "<USERNAME>"  |  configure your user name  | |  git config --global user.name "<USERNAME>"  |  configure your user name  |
-|  git remote add origin https://github.com/<USERNAME>/<REPOSITORY>.git  |  set a new origin for your current local repository  +|  <nowiki>git remote add origin https://github.com/<USERNAME>/<REPOSITORY>.git</nowiki>   set a new origin for your current local repository  |
-|    |    | +
-|    |    | +
-|    |    | +
-|    |    |+
  
  
linux/general/git.txt · Last modified: 2017/12/19 17:12 (external edit)