abackstrom + git   48

gitlist
An elegant and modern git repository viewer
git  silex  php 
8 days ago by abackstrom
git rebase: when you want to get from here to there « git-fu
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
"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
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
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
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
Approximating svn:externals using git.
git 
november 2011 by abackstrom
[IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
"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
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
ViewGit - a git repository browser
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
"The TL;DR version is this: When rebasing, always use the -p flag."
git  rebase 
january 2011 by abackstrom
git ready » pull with rebase
Why to use "git pull --rebase" and what it does.
git 
january 2011 by abackstrom
Gitbox — version control app for Mac
Free for a single repository, $39 for multiple.
git  macosx 
december 2010 by abackstrom
dxw/wordpress - GitHub
Up-to-date sync of the WordPress repository, on GitHub.
wordpress  git 
december 2010 by abackstrom
Gitorious - Gitorious
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

Copy this bookmark:



description:


tags: