git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
git [2019/02/08 09:41] danigit [2019/12/23 08:24] (current) – external edit 127.0.0.1
Line 23: Line 23:
 file:.git/config    core.ignorecase=true file:.git/config    core.ignorecase=true
 file:.git/config    core.precomposeunicode=true file:.git/config    core.precomposeunicode=true
-file:.git/config    remote.origin.url=ssh://dev.daniel-steiner.org/srv/git/kvm.git+file:.git/config    remote.origin.url=ssh://dev.dsteiner.ch/srv/git/kvm.git
 file:.git/config    remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* file:.git/config    remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
 file:.git/config    branch.master.remote=origin file:.git/config    branch.master.remote=origin
Line 61: Line 61:
 git remote -v update git remote -v update
 Fetching origin Fetching origin
-From ssh://dev.daniel-steiner.org/srv/git/shell+From ssh://dev.dsteiner.ch/srv/git/shell
  = [up to date]      master     -> origin/master  = [up to date]      master     -> origin/master
  = [up to date]      from_svn   -> origin/from_svn  = [up to date]      from_svn   -> origin/from_svn
Line 121: Line 121:
 git difftool -r 55c5af0 cced6b2 <file> git difftool -r 55c5af0 cced6b2 <file>
 </code> </code>
-  * Show staged diffs:<code bash>+  * Show staged files(s) diffs:<code bash>
 git diff --cached git diff --cached
 </code> </code>
  • git.1549615272.txt.gz
  • Last modified: 2019/02/08 09:41
  • by dani