Hot Topics
AdSense Android Apache Artigo CI codec console CSS Debian deployJava.js diff DIY Eclipse Excel fdisk find Firefox FixPC Flash fuse git GPG grep HTML ImageMagick iOS iPhone ISO Java JavaFX JavaScript JDBC Jenkins Linux low latency Mac MacPorts Microsoft mkfs MySQL Networking NFS Obj-C OpenJDK openSSL optimisation OSX PHP PIX PostgreSQL powersaving PS3 Puzzle qmail Raspberry Pi Safari samba scp scponly SEO ssh sshfs stunnel svn SWT syslog-ng Thunderbird tmpfs Tomcat Ubuntu Unity UTF-8 vi VirtualBox website Windows Word Xcode xen ZTE Blade git tips and tricks
Avoiding Dante's 9th Circle of Hell (hint: git branch) (May 1, 2013)
Quick guide to using git branch to keep those changesets apart and avoid getting into merge/rebase/stash hell...
Quick guide to using git branch to keep those changesets apart and avoid getting into merge/rebase/stash hell...
Git unstage changes (roll back a commit) (September 28, 2012)
How do you roll back a commit in git?...
How do you roll back a commit in git?...
git rebase - changes depends on abandoned changes (June 21, 2012)
How to squash changes into a single commit to roll up changes to the latest write wins...
How to squash changes into a single commit to roll up changes to the latest write wins...
git rebase (June 21, 2012)
How to rebase your changed branch with changes from the branch it came from...
How to rebase your changed branch with changes from the branch it came from...
git fetch changes from remote repository and merge them with your local changes (June 14, 2012)
How do you bring your local repository up to date with the remote repo using git fetch and merge...
How do you bring your local repository up to date with the remote repo using git fetch and merge...
git revert (reset) a single file (June 6, 2012)
How to you undo uncommitted changes to a single file and revert it back to the previous version in git?...
How to you undo uncommitted changes to a single file and revert it back to the previous version in git?...
Set up git repository on Debian and push changes from local repository (May 31, 2012)
How to set up a remote git repository and populate it from a local repository on Debian...
How to set up a remote git repository and populate it from a local repository on Debian...
git reset instead of rebase (May 18, 2012)
If your branch was taken from HEAD and you just want to merge your changes back with HEAD then you can git reset and re-add rather than rebase...
If your branch was taken from HEAD and you just want to merge your changes back with HEAD then you can git reset and re-add rather than rebase...