Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint
Share this Page URL
Help

A. Vergleich von Git- und Subversion-Befehlen

Anhang A. Vergleich von Git- und Subversion-Befehlen

Dieses Kapitel enthält eine Gegenüberstellung von äquivalenten Git- und Subversion-Befehlen in tabellarischer Form. Wo es passende Befehle für den Subversion-Adapter von Git gibt, wird dieser ebenfalls in der dritten Spalte der Tabelle aufgeführt.

Tabelle A.1 Repository-Befehle

SVN

Git

Git SVN Bridge

svnadmin create

git init

 

svn checkout

git clone

git svn clone

svn add

git add

 

svn commit

git commit

git svn dcommit

svn update

git pull

git push

git svn rebase

svn revert

git checkout – path

 

Tabelle A.2 Informationsbefehle

SVN

Git

Git SVN Bridge

svn diff | less

git diff

 

svn log | less

git log

git svn log

svn blame

git blame

git svn blame

svn status

git status

 

Tabelle A.3 Dateibefehle


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint