From Fedora Project Wiki
Line 1: | Line 1: | ||
== General Resources == | == General Resources == | ||
===Git=== | |||
* [http://help.github.com/git-cheat-sheets/ Git-Cheat sheet]-- | * [http://help.github.com/git-cheat-sheets/ Git-Cheat sheet]-- | ||
*[http://gitref.org/ gitref.org] | *[http://gitref.org/ gitref.org] | ||
Line 12: | Line 13: | ||
* [http://stackoverflow.com/questions/2122465/ssh-cannot-authenticate-to-gitgithub-com ssh key] -> permission denied | * [http://stackoverflow.com/questions/2122465/ssh-cannot-authenticate-to-gitgithub-com ssh key] -> permission denied | ||
* [http://www.kernel.org/pub/software/scm/git/docs/user-manual.html git user manual] | * [http://www.kernel.org/pub/software/scm/git/docs/user-manual.html git user manual] | ||
* [http://programblings.com/2008/06/07/the-illustrated-guide-to-recovering-lost-commits-with-git/ recovering lost - found commits] | * [http://programblings.com/2008/06/07/the-illustrated-guide-to-recovering-lost-commits-with-git/ recovering lost - found commits] | ||
* [http://eagain.net/articles/git-for-computer-scientists/ git for computer scientists] -> git rebase/fetch/merge | * [http://eagain.net/articles/git-for-computer-scientists/ git for computer scientists] -> git rebase/fetch/merge | ||
Line 35: | Line 25: | ||
* 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 | * [http://stackoverflow.com/questions/936249/git-removing-a-file-from-source-control-but-not-from-the-source git rm --cached <file>] - git diff --cached | ||
===Other stuff=== | |||
* [http://www.if-not-true-then-false.com/2010/linux-install-eclipse-on-fedora-centos-red-hat-rhel/ install indigo on linux] | |||
* [http://thevesseloftruth.blogspot.com/ Share pic, video] -> tinypic | |||
* [http://live.gnome.org/GnomeShell/CheatSheet gnome cheatsheet] | |||
* [http://projects.gnome.org/dia/ dia] for UML design | |||
* yum install libreoffice-writer -> open documents | |||
* [http://en.wikipedia.org/wiki/Open_format open-format] | |||
* [http://gskinner.com/RegExr/ regex generator] | |||
* [http://dev.eclipse.org/viewcvs/viewvc.cgi/ eclipse projects on cvs] | |||
* [http://flisti.com/ creating polls] - also [http://doodle.com/sfpf9pnhthska9ra#table doodle] | |||
* [http://video.online-convert.com/convert-to-mkv online converter] | |||
*[http://tokyo.usersys.redhat.com:8080/ hudson] |
Latest revision as of 14:48, 27 January 2012
General Resources
Git
- 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
- 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
Other stuff
- 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