From Fedora Project Wiki
(27 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== General Resources == | == General Resources == | ||
* [http://help.github.com/git-cheat-sheets/ Git-Cheat sheet] | ===Git=== | ||
* [http://book.git-scm.com/4_rebasing.html Good git book] | * [http://help.github.com/git-cheat-sheets/ Git-Cheat sheet]-- | ||
*[http://gitref.org/ gitref.org] | |||
* [http://progit.org/book/ pro git book] | |||
* [http://book.git-scm.com/4_interactive_rebasing.html interactive rebasing] | |||
* [http://kparal.wordpress.com/2011/08/18/git-tip-of-the-day-splitting-changes-into-several-patches/ git tip of the day] | |||
* [http://repo.or.cz/w/git.git/blob_plain/2ca880fe54660869bc93a2302efced9ab64511d9:/contrib/completion/git-completion.bash git-completion.sh] | |||
* [http://book.git-scm.com/4_rebasing.html Good git book] @ http://book.git-scm.com/ | |||
* [http://nvie.com/posts/a-successful-git-branching-model/ git branching model] | |||
* [http://help.github.com/linux-set-up-git/ Setup Github repository] | * [http://help.github.com/linux-set-up-git/ Setup Github repository] | ||
* [http://sixrevisions.com/resources/git-tutorials-beginners/ git 6 beginner tutorials] | |||
* [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://eagain.net/articles/git-for-computer-scientists/ git for computer scientists] -> git rebase/fetch/merge | |||
* [http://gitready.com/intermediate/2009/01/31/intro-to-rebase.html git rebase] | |||
* [http://git-cola.github.com/ git cola - GUI] | |||
* [http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ git patch] | |||
* [http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04 cool bash prompts] | |||
* [http://wiki.eclipse.org/SWTBot/UsersGuide SWTBOT] | |||
* [http://java.dzone.com/articles/are-you-starter-finisher-or?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby%2Ffrontpage+%28Javalobby+%2F+Java+Zone%29c are you starter or finisher] | |||
* [http://stackoverflow.com/questions/253055/how-do-i-push-amended-commit-to-the-remote-git-repo git push amended commit] | |||
* [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://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://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://thevesseloftruth.blogspot.com/ Share pic, video] -> tinypic | ||
* [http://live.gnome.org/GnomeShell/CheatSheet gnome cheatsheet] | * [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