abackstrom + git 48
git rebase: when you want to get from here to there « git-fu
11 days ago by abackstrom
git rebase --onto <newbase> <beginning> <ending>: “take all the commits between <beginning> and <ending> (excluding <beginning> itself) and put them on top of <newbase>”
git
rebase
11 days ago by abackstrom
Pull Request #17: Add support for AR5BBU22 [0489:e03c] by WNeZRoS · torvalds/linux
15 days ago by abackstrom
"I don't do github pull requests." Linus Torvalds raging on GitHub pull requests.
git
best-practices
15 days ago by abackstrom
Using Git to manage a web site
january 2012 by abackstrom
The one-line summary: push into a remote repository that has a detached work tree, and a post-receive hook that runs "git checkout -f".
git
deploy
january 2012 by abackstrom
Git Reference
january 2012 by abackstrom
This is the Git reference site. This is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will present the common options and commands needed to accomplish these common tasks.
git
january 2012 by abackstrom
Easier way to update submodules in git | scribu
december 2011 by abackstrom
I love using git submodules to keep common code in a single place. Unfortunately, updating a submodule reference to the lastest revision is a chore. Fortunately, we can store all of those commands using a git alias.
git
tips
alias
december 2011 by abackstrom
Having Fun With Git Subtree | h2ik
november 2011 by abackstrom
Approximating svn:externals using git.
git
november 2011 by abackstrom
[IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
november 2011 by abackstrom
"This is quick hack I wrote just before leaving work to show that I could indeed push patches to our main repository starting with 31337. Names hidden to protect the innocent."
git
november 2011 by abackstrom
vog/beautify_git_hash - GitHub
november 2011 by abackstrom
Beautify the Git commit hash! This is a little useless toy inspired by BitCoin's "proof of work" concept. It enables you to modify your Git commit to enforce a certain prefix on the Git commit hash.
git
november 2011 by abackstrom
SparkleShare - Sharing work made easy » Help
june 2011 by abackstrom
Like having your own Dropbox server.
git
sharing
backup
files
june 2011 by abackstrom
ViewGit - a git repository browser
march 2011 by abackstrom
ViewGit is a git web repository viewer that aims to be easy to set up and upgrade, light on dependencies, and comfortable to use.
git
march 2011 by abackstrom
Rebasing Merge Commits in Git | Envato Notes
january 2011 by abackstrom
"The TL;DR version is this: When rebasing, always use the -p flag."
git
rebase
january 2011 by abackstrom
Only You Can Prevent git Merge Commits | Viget Extend
january 2011 by abackstrom
"rebase = true" in your branch config
git
january 2011 by abackstrom
git ready » pull with rebase
january 2011 by abackstrom
Why to use "git pull --rebase" and what it does.
git
january 2011 by abackstrom
Gitbox — version control app for Mac
december 2010 by abackstrom
Free for a single repository, $39 for multiple.
git
macosx
december 2010 by abackstrom
dxw/wordpress - GitHub
december 2010 by abackstrom
Up-to-date sync of the WordPress repository, on GitHub.
wordpress
git
december 2010 by abackstrom
Gitorious - Gitorious
january 2010 by abackstrom
Gitorious is a web UI for working with git repositories. The code that powers the hosted gitorious.org interface is available for download on the same site.
git
january 2010 by abackstrom
gerrit - Project Hosting on Google Code
november 2009 by abackstrom
Web-based code review for git.
git
november 2009 by abackstrom
Copy this bookmark: