From Fedora Project Wiki
Line 34: | Line 34: | ||
* [http://www.viget.com/extend/only-you-can-prevent-git-merge-commits/ you can prevent git merge conflicts by rebasing true] | * [http://www.viget.com/extend/only-you-can-prevent-git-merge-commits/ you can prevent git merge conflicts by rebasing true] | ||
* http://jocr.sourceforge.net/ GOCR] -> GOCR is an OCR (Optical Character Recognition) program | * http://jocr.sourceforge.net/ GOCR] -> GOCR is an OCR (Optical Character Recognition) program | ||
* [http://stackoverflow.com/questions/936249/git-removing-a-file-from-source-control-but-not-from-the-source git rm --cached <file>] - git diff --cached |
Revision as of 14:46, 27 January 2012
General Resources
- Git-Cheat sheet--
- gitref.org
- pro git book
- interactive rebasing
- git tip of the day
- git-completion.sh
- Good git book @ http://book.git-scm.com/
- git branching model
- Setup Github repository
- git 6 beginner tutorials
- ssh key -> permission denied
- git user manual
- install indigo on linux
- Share pic, video -> tinypic
- gnome cheatsheet
- dia for UML design
- yum install libreoffice-writer -> open documents
- open-format
- regex generator
- eclipse projects on cvs
- creating polls - also doodle
- online converter
- hudson
- recovering lost - found commits
- git for computer scientists -> git rebase/fetch/merge
- git rebase
- git cola - GUI
- git patch
- cool bash prompts
- SWTBOT
- are you starter or finisher
- git push amended commit
- you can prevent git merge conflicts by rebasing true
- http://jocr.sourceforge.net/ GOCR] -> GOCR is an OCR (Optical Character Recognition) program
- git rm --cached <file> - git diff --cached