Netzrauschen - posts tagged 'git' http://netzrauschen.tknetwork.de/ Netzrauschen - posts tagged 'git' - posts tagged 'git' http://netzrauschen.tknetwork.de/ http://9.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 brotherbard/gitx - GitHub {"tags":["gitx","git"],"type":"link","title":"brotherbard/gitx - GitHub","source":"https://github.com/brotherbard/gitx","body":"Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to. Mac OS X 10.5+ (see wiki for screenshot)"} <p>Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to. Mac OS X 10.5+ (see wiki for screenshot)</p> <p><a href="https://github.com/brotherbard/gitx">https://github.com/brotherbard/gitx</a></p>Sun, 10 Apr 2011 15:45:50 GMThttp://netzrauschen.tknetwork.de/post/122940145/brotherbard-gitx-GitHuburn:www-soup-io:1:122940145linkgitxgit git - What does your ~/.gitconfig contain? - Stack Overflow {"tags":["git"],"type":"link","title":"git - What does your ~/.gitconfig contain? - Stack Overflow","source":"http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain","body":null} <p><a href="http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain">http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain</a></p>Tue, 29 Mar 2011 05:48:11 GMThttp://netzrauschen.tknetwork.de/post/119171715/git-What-does-your-gitconfig-contain-Stackurn:www-soup-io:1:119171715linkgit github/gollum - GitHub {"tags":["git","ruby"],"type":"link","title":"github/gollum - GitHub","source":"https://github.com/github/gollum","body":"A simple, Git-powered wiki with a sweet API and local frontend."} <p>A simple, Git-powered wiki with a sweet API and local frontend.</p> <p><a href="https://github.com/github/gollum">https://github.com/github/gollum</a></p>Fri, 18 Feb 2011 17:50:19 GMThttp://netzrauschen.tknetwork.de/post/109925188/github-gollum-GitHuburn:www-soup-io:1:109925188linkgitruby How do I pipe in FileMerge as a diff tool with git on OSX? {"tags":["git","mac"],"type":"link","title":"How do I pipe in FileMerge as a diff tool with git on OSX?","source":"http://stackoverflow.com/questions/2466821/how-do-i-pipe-in-filemerge-as-a-diff-tool-with-git-on-osx","body":"git difftool -t opendiff -y"} <p>git difftool -t opendiff -y</p> <p><a href="http://stackoverflow.com/questions/2466821/how-do-i-pipe-in-filemerge-as-a-diff-tool-with-git-on-osx">http://stackoverflow.com/questions/2466821/how-do-i-pipe-in-filemerge-as-a-diff-tool-with-git-on-osx</a></p>Tue, 14 Dec 2010 06:59:32 GMThttp://netzrauschen.tknetwork.de/post/94151185/How-do-I-pipe-in-FileMerge-asurn:www-soup-io:1:94151185linkgitmac Tower - Git client for Mac {"tags":["git","mac"],"type":"link","title":"Tower - Git client for Mac","source":"http://www.git-tower.com/","body":"Easy. Efficient. Powerful."} <p>Easy. Efficient. Powerful.</p> <p><a href="http://www.git-tower.com/">http://www.git-tower.com/</a></p>Tue, 30 Nov 2010 06:37:22 GMThttp://netzrauschen.tknetwork.de/post/91040014/Tower-Git-client-for-Macurn:www-soup-io:1:91040014linkgitmac git ready {"tags":["git"],"type":"link","title":"git ready","source":"http://gitready.com/","body":"learn git one commit at a time"} <p>learn git one commit at a time</p> <p><a href="http://gitready.com/">http://gitready.com/</a></p>Mon, 25 Oct 2010 13:14:15 GMThttp://netzrauschen.tknetwork.de/post/83982762/git-readyurn:www-soup-io:1:83982762linkgit How do I edit an incorrect commit message in git {"tags":["git"],"type":"link","title":"How do I edit an incorrect commit message in git","source":"http://stackoverflow.com/questions/179123/how-do-i-edit-an-incorrect-commit-message-in-git","body":null} <p><a href="http://stackoverflow.com/questions/179123/how-do-i-edit-an-incorrect-commit-message-in-git">http://stackoverflow.com/questions/179123/how-do-i-edit-an-incorrect-commit-message-in-git</a></p>Wed, 20 Oct 2010 05:59:54 GMThttp://netzrauschen.tknetwork.de/post/82903420/How-do-I-edit-an-incorrect-commiturn:www-soup-io:1:82903420linkgit Remove Deleted Files From Git [bash] [scm] [git] {"tags":["git","snippet"],"type":"link","title":"Remove Deleted Files From Git [bash] [scm] [git]","source":"http://snippets.dzone.com/posts/show/5669","body":"# Option A\u003Cbr /\u003E\nfor i in `git status | grep deleted | awk '{print $3}'`; do git rm $i; done\u003Cbr /\u003E\n\u003Cbr /\u003E\n# Option B (very clean)\u003Cbr /\u003E\n$ git rm $(git ls-files -d)"} <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 {"tags":["git","lighthouse"],"type":"link","title":"schacon's git-lighthouse at master - GitHub","source":"http://github.com/schacon/git-lighthouse","body":"A tool to help work with git projects that accept patches from Lighthouse"} <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 {"tags":["git","binary","merge"],"type":"link","title":"Resolving a Git conflict with binary files","source":"http://stackoverflow.com/questions/278081/reolving-a-git-conflict-with-binary-files","body":"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) {"tags":["git","backup","administration"],"type":"link","title":"eigenclass - gibak (backup tool using Git)","source":"http://eigenclass.org/hiki/gibak-0.3.0","body":"gibak is a backup tool based on git. Since gibak builds upon the infrastructure offered by Git, it shares its main strengths"} <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 {"tags":["git","reference"],"type":"link","title":"Pro Git","source":"http://progit.org/book/","body":"Easy reading book with nice visualizations that is also translated to other languages, including german"} <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 {"tags":["git","tricks","tutorial"],"type":"link","title":"Git Magic","source":"http://www-cs-students.stanford.edu/~blynn/gitmagic/","body":"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>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 {"tags":["git","tutorial","cheatsheet"],"type":"link","title":"Git Resources","source":"https://37s.backpackit.com/pub/1465067","body":"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\u2019t understand what\u2019s going on under the covers."} <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 {"tags":["cheatsheet","git","reference"],"type":"link","title":"cheat git","source":"http://cheat.errtheblog.com/s/git","body":"Simple plain-text collection of useful git commands."} <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 {"tags":["git","hosting","tutorial","administration"],"type":"link","title":"scie.nti.st \u00bb Hosting Git repositories, The Easy (and Secure) Way","source":"http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way","body":"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>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) {"tags":["reference","documentation","git"],"type":"link","title":"Git User's Manual (for version 1.5.3 or newer)","source":"http://www.kernel.org/pub/software/scm/git/docs/user-manual.html","body":"Git is a fast distributed revision control system."} <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 {"tags":["git","tutorial"],"type":"link","title":"git[-svn] in 30 minutes","source":"http://michael-prokop.at/blog/2007/12/03/git-svn-in-30-minutes/","body":"\u2026 or something like that\u2026 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>… 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 {"tags":["git","svn","subversion","tutorial"],"type":"link","title":"Effectively Using Git With Subversion | Viget Extend","source":"http://www.viget.com/extend/effectively-using-git-with-subversion/","body":"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>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 {"tags":["git","tutorial","osx"],"type":"link","title":"Einstieg in Git als Versionskontrollsystem \u2022 Notizen \u2022 Stefan Imhoff","source":"http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/","body":null} <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 {"tags":["git","svn","subversion"],"type":"link","title":"Use Git With Subversion","source":"http://icosahedron.wordpress.com/2007/09/23/use-git-with-subversion/","body":"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>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 {"tags":["git","tutorial","howto"],"type":"link","title":"How do I clone all remote branches with Git? - Stack Overflow","source":"http://stackoverflow.com/questions/67699/how-do-i-clone-all-remote-branches-with-git","body":"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>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 {"tags":["tutorial","git"],"type":"link","title":"Git/Github survival guide","source":"http://flanders.co.nz/2009/03/21/gitgithub-survival-guide/","body":null} <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 {"tags":["git","cheatsheet","system:filetype:png","system:media:image"],"type":"image","source":"http://ktown.kde.org/%7Ezrusin/git/git-cheat-sheet-medium.png","body":"\u003Cstrong\u003EGit Cheat Sheet\u003C/strong\u003E","url":"http://5.asset.soup.io/asset/0363/6085_418b.png"} <p><a href="http://ktown.kde.org/%7Ezrusin/git/git-cheat-sheet-medium.png"><img alt="6085_418b_400" height="309" src="http://5.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