Netzrauschen - posts tagged 'git' http://netzrauschen.tknetwork.de/ Netzrauschen - posts tagged 'git' - posts tagged 'git' http://netzrauschen.tknetwork.de/ http://asset.soup.io/asset/0321/1177_24e5.png 48 48 Tech &amp;amp; Culture: Fundstücke aus Netz und RL, zusammengestellt und kommentiert aus Sicht eines Teilzeit-Geeks. »In zwanzig Jahren wirst Du mehr enttäuscht sein von den Dingen die Du nicht getan hast, als von den Dingen, die Du getan hast. Also wirf die Leinen los. Verlasse den sicheren Hafen. Lass den Passatwind in Deine Segel wehen. Erforsche. Träume. Entdecke.« Mark Twain Xing | Twitter Remove Deleted Files From Git [bash] [scm] [git] <p># Option A<br /> for i in `git status | grep deleted | awk '{print $3}'`; do git rm $i; done<br /> <br /> # Option B (very clean)<br /> $ git rm $(git ls-files -d)</p> <p><a href="http://snippets.dzone.com/posts/show/5669">http://snippets.dzone.com/posts/show/5669</a></p>Fri, 28 May 2010 10:43:31 GMThttp://netzrauschen.tknetwork.de/post/57872037/Remove-Deleted-Files-From-Git-bash-scmurn:www-soup-io:1:57872037linkgitsnippet schacon's git-lighthouse at master - GitHub <p>A tool to help work with git projects that accept patches from Lighthouse</p> <p><a href="http://github.com/schacon/git-lighthouse">http://github.com/schacon/git-lighthouse</a></p>Fri, 02 Oct 2009 07:17:24 GMThttp://netzrauschen.tknetwork.de/post/30281043/schacons-git-lighthouse-at-master-GitHuburn:www-soup-io:1:30281043linkgitlighthouse Resolving a Git conflict with binary files <p>Resolving a Git conflict with binary files</p> <p><a href="http://stackoverflow.com/questions/278081/reolving-a-git-conflict-with-binary-files">http://stackoverflow.com/questions/278081/reolving-a-git-conflict-with-binary-files</a></p>Fri, 18 Sep 2009 14:45:19 GMThttp://netzrauschen.tknetwork.de/post/28934030/Resolving-a-Git-conflict-with-binary-filesurn:www-soup-io:1:28934030linkgitbinarymerge eigenclass - gibak (backup tool using Git) <p>gibak is a backup tool based on git. Since gibak builds upon the infrastructure offered by Git, it shares its main strengths</p> <p><a href="http://eigenclass.org/hiki/gibak-0.3.0">http://eigenclass.org/hiki/gibak-0.3.0</a></p>Thu, 03 Sep 2009 23:21:46 GMThttp://netzrauschen.tknetwork.de/post/27416598/eigenclass-gibak-backup-tool-using-Giturn:www-soup-io:1:27416598linkgitbackupadministration Pro Git <p>Easy reading book with nice visualizations that is also translated to other languages, including german</p> <p><a href="http://progit.org/book/">http://progit.org/book/</a></p>Thu, 03 Sep 2009 23:13:34 GMThttp://netzrauschen.tknetwork.de/post/27416604/Pro-Giturn:www-soup-io:1:27416604linkgitreference Git Magic <p>Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. Rather than go into details, we provide rough instructions for particular effects. After repeated use, gradually you will understand how each trick works, and how to tailor the recipes for your needs.</p> <p><a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/">http://www-cs-students.stanford.edu/~blynn/gitmagic/</a></p>Thu, 03 Sep 2009 23:11:45 GMThttp://netzrauschen.tknetwork.de/post/27416608/Git-Magicurn:www-soup-io:1:27416608linkgittrickstutorial Git Resources <p>Git, though remarkably handy and powerful, is also remarkably hard to use sometimes. Though you can learn the basics easily enough, it can be really tough to dig yourself out of certain corners if you don’t understand what’s going on under the covers.</p> <p><a href="https://37s.backpackit.com/pub/1465067">https://37s.backpackit.com/pub/1465067</a></p>Tue, 25 Aug 2009 09:06:11 GMThttp://netzrauschen.tknetwork.de/post/26434781/Git-Resourcesurn:www-soup-io:1:26434781linkgittutorialcheatsheet cheat git <p>Simple plain-text collection of useful git commands.</p> <p><a href="http://cheat.errtheblog.com/s/git">http://cheat.errtheblog.com/s/git</a></p>Wed, 08 Jul 2009 10:59:37 GMThttp://netzrauschen.tknetwork.de/post/22824935/cheat-giturn:www-soup-io:1:22824935linkcheatsheetgitreference scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way <p>I have been asked more and more these days, "How do I host a Git repository?" Usually it is assumed that some access control beyond simply read-only is involved (some users have commit rights). With access control comes issues of security, and that's a whole other bag of cats. This post is about presenting an answer to this question, without the fuss.</p> <p><a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way">http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</a></p>Wed, 08 Jul 2009 10:36:08 GMThttp://netzrauschen.tknetwork.de/post/22824937/scie-nti-st-Hosting-Git-repositories-Theurn:www-soup-io:1:22824937linkgithostingtutorialadministration Git User's Manual (for version 1.5.3 or newer) <p>Git is a fast distributed revision control system.</p> <p><a href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html">http://www.kernel.org/pub/software/scm/git/docs/user-manual.html</a></p>Fri, 03 Jul 2009 13:27:35 GMThttp://netzrauschen.tknetwork.de/post/22551283/Git-Users-Manual-for-version-1-5urn:www-soup-io:1:22551283linkreferencedocumentationgit git[-svn] in 30 minutes <p>… or something like that… I planned to write a short note about how to start with using git-svn so I can provide a pointer to some of my colleagues. It turned out that git has too many nice features that you should be aware of. :) Hopefully my notes (now being a reference for myself as well, thx to gebi for all the help and feedback) are useful anyway. If you think something (more or less essential, or at least something most of us should be aware of) is missing: please feel free to mention that in the comment section of my blog entry, thanks.</p> <p><a href="http://michael-prokop.at/blog/2007/12/03/git-svn-in-30-minutes/">http://michael-prokop.at/blog/2007/12/03/git-svn-in-30-minutes/</a></p>Fri, 03 Jul 2009 12:10:52 GMThttp://netzrauschen.tknetwork.de/post/22551284/git-svn-in-30-minutesurn:www-soup-io:1:22551284linkgittutorial Effectively Using Git With Subversion | Viget Extend <p>The integration between git and Subversion (git-svn) is so well done that several of us have been using git as our interface to all our Subversion repositories. Doing this is fairly simple, but there are some interesting tricks, and so I thought I would share a day in the Viget life with git-svn.</p> <p><a href="http://www.viget.com/extend/effectively-using-git-with-subversion/">http://www.viget.com/extend/effectively-using-git-with-subversion/</a></p>Sun, 28 Jun 2009 13:41:50 GMThttp://netzrauschen.tknetwork.de/post/22232297/Effectively-Using-Git-With-Subversion-Viget-Extendurn:www-soup-io:1:22232297linkgitsvnsubversiontutorial Einstieg in Git als Versionskontrollsystem • Notizen • Stefan Imhoff <p><a href="http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/">http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/</a></p>Sun, 28 Jun 2009 13:32:34 GMThttp://netzrauschen.tknetwork.de/post/22232298/Einstieg-in-Git-als-Versionskontrollsystem-Notizen-Stefanurn:www-soup-io:1:22232298linkgittutorialosx Use Git With Subversion <p>The tool git-svn is a Perl script that allows working on a Subversion repository using git instead of Subversion. This is a great program because it allows you to collaborate with a Subversion controlled project by using git to manage the code.</p> <p><a href="http://icosahedron.wordpress.com/2007/09/23/use-git-with-subversion/">http://icosahedron.wordpress.com/2007/09/23/use-git-with-subversion/</a></p>Fri, 26 Jun 2009 07:22:55 GMThttp://netzrauschen.tknetwork.de/post/22088033/Use-Git-With-Subversionurn:www-soup-io:1:22088033linkgitsvnsubversion How do I clone all remote branches with Git? - Stack Overflow <p>I have a master and a dev branch, both pushed to github, I've cloned, pulled, fetched, but I remain unable to get anything other than the master branch back. I'm sure I'm missing something obvious, but I have RTM any I'm getting no joy at all.</p> <p><a href="http://stackoverflow.com/questions/67699/how-do-i-clone-all-remote-branches-with-git">http://stackoverflow.com/questions/67699/how-do-i-clone-all-remote-branches-with-git</a></p>Thu, 25 Jun 2009 09:12:45 GMThttp://netzrauschen.tknetwork.de/post/22026095/How-do-I-clone-all-remote-branchesurn:www-soup-io:1:22026095linkgittutorialhowto Git/Github survival guide <p><a href="http://flanders.co.nz/2009/03/21/gitgithub-survival-guide/">http://flanders.co.nz/2009/03/21/gitgithub-survival-guide/</a></p>Thu, 25 Jun 2009 09:06:55 GMThttp://netzrauschen.tknetwork.de/post/22026096/Git-Github-survival-guideurn:www-soup-io:1:22026096linktutorialgit Git Cheat Sheet <p><a href="http://ktown.kde.org/%7Ezrusin/git/git-cheat-sheet-medium.png"><img alt="6085_418b_400" height="309" src="http://asset.soup.io/asset/0363/6085_418b_400.png" width="400" /></a></p> <p><strong>Git Cheat Sheet</strong></p>Wed, 24 Jun 2009 14:35:44 GMThttp://netzrauschen.tknetwork.de/post/21984279/Git-Cheat-Sheeturn:www-soup-io:1:21984279imagegitcheatsheetsystem:filetype:pngsystem:media:image