CVS: Unterschied zwischen den Versionen

Aus AmIHereWiki
Zur Navigation springen Zur Suche springen
(+git2svn)
K (+git cheatsheet)
 
Zeile 7: Zeile 7:
*TortoiseGit, GitBash, GitGUI
*TortoiseGit, GitBash, GitGUI
*[http://nathanj.github.com/gitguide/tour.html git2win]
*[http://nathanj.github.com/gitguide/tour.html git2win]
*[http://rogerdudler.github.com/git-guide/files/git_cheat_sheet.pdf Cheatsheet] git as pdf
*[http://rogerdudler.github.com/git-guide/ Tutorial] git





Aktuelle Version vom 18. Januar 2012, 12:45 Uhr

git

  • peer2peer (master by push/pull), commit (local history), push (local history to a higher master), pull (checkout/update from master)
  • authorization by keyfiles/certificates, gitosis (special user access), user database own repository inside git
  • Putty with Agent for keyfiles, or pure OpenSSH client for non-interactive user auth (by certificates/rsa)
  • TortoiseGit, GitBash, GitGUI
  • git2win
  • Cheatsheet git as pdf
  • Tutorial git


git2svn


Subversion

  • client/server architecture (commit to server, update/checkout from server, import/export raw)
  • authorization by user list on server, ldap...
  • TortoiseSVN
  • Slik - Server/Client
  • Subclipse - Eclipse Plugin