this was tested on Linux debian7 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux ssh-keys instead of passwords is a saver way of communication/connecting/pushing sources, because it’s not prone to brute-force password-guessing. (believe me i have seen servers with password-auth beeing […]
ain’t that nice? # git does not track files and not even changes in files per default # staged = marked to be commited mkdir test; cd test; git init; git config –global user.name “developer”; # details about yourself (will […]
Update: 2018-6: It’s official: Microsoft will spend a whopping $7.5 billion to buy GitHub THE LINUX KERNELS ARE managed @ github! see for yourself: https://github.com/torvalds/linux Linus Torvalds, after using CVS at a commercial company he experienced it as beeing a pointless […]
the git-concept: 1. you have a local git repository (/var/www/projectname/.git) 2. via commandline you “hook-up” the local repository with a remote repository (transmission is done via ssh, keys or password) 3. first you commit to local repository, than you do […]
PLEASE WATCH ONLY IN HD! OTHERWISE TOO BLURRY! THANKS! (it’s highly compressed) http://www.youtube.com/watch?v=xxEOJxRxbOY&feature=youtu.be Now you got your git repository cloned…. to get write access @ sourceforge git repo: 1. register @ sourceforge.net 2. generate ssh-keys 3. upload your public key […]