A Git Horror Story: Repository Integrity With Signed Commits
9 days ago by masukomi
after the "horror story" is a description of how to sign your commits
git
security
9 days ago by masukomi
mroth/lolcommits
12 days ago by masukomi
Takes a snapshot with your Mac's built-in iSight/FaceTime webcam every time you git commit code, and archives a lolcat style image with it.
camera
git
programming
software
tools
useless
interesting
humor
12 days ago by masukomi
GitHub does dotfiles - dotfiles.github.com
5 weeks ago by masukomi
Why would I want my dotfiles on GitHub?
bash
git
github
linux
osx
useful
5 weeks ago by masukomi
Welcome | Legit (Git Workflow for Humans)
9 weeks ago by masukomi
Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac.
git
software
9 weeks ago by masukomi
GITLAB
9 weeks ago by masukomi
Self Hosted Git Management - Think, self-hosted version of github
git
opensource
versioncontrol
9 weeks ago by masukomi
Gitbox — The version control app on a Mac
10 weeks ago by masukomi
One-click commit, push and pull. Unique search in history and undo for Git commands.
Powerful commands like rebase, branch reset and cherry picking.
And now it works with submodules.
git
gui
osx
software
Powerful commands like rebase, branch reset and cherry picking.
And now it works with submodules.
10 weeks ago by masukomi
Gazler/githug
10 weeks ago by masukomi
an interactive git tutorial written with git and ruby
git
tutorials
ruby
programming
10 weeks ago by masukomi
Git Magic - Preface
12 weeks ago by masukomi
any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities.
git
tutorials
reference
12 weeks ago by masukomi
holygeek/git-number - GitHub
january 2012 by masukomi
Use numbers for dealing with files in git
git
perl
useful
january 2012 by masukomi
GitHire, Jobs can go higher
january 2012 by masukomi
Leverages the github network to find developers with the skills you need.
Our process is very simple. For $500, we will find you 5 exceptional software engineers, for a phone interview within 14 days or your money back.
git
github
business
Our process is very simple. For $500, we will find you 5 exceptional software engineers, for a phone interview within 14 days or your money back.
january 2012 by masukomi
Free source code hosting — Bitbucket
january 2012 by masukomi
think github only with pricing on a per-user basis not number of private repos. up to 5 users is free
development
git
hosting
mercurial
january 2012 by masukomi
HUBOT
december 2011 by masukomi
a (chat)bot to automate whatever tasks you want automated.
chat
coffeescript
github
git
automation
nodejs
december 2011 by masukomi
github/janky - GitHub
december 2011 by masukomi
Continuous integration server built on top of Jenkins and Hubot
testing
continuousintegration
github
git
opensource
december 2011 by masukomi
danimal/octomars - GitHub
september 2011 by masukomi
script to allow you to use MarsEdit with Octopress
octopress
jekyll
software
git
blogging
python
september 2011 by masukomi
danlucraft/git.js - GitHub
september 2011 by masukomi
a git implementation in pure javascript
git
javascript
september 2011 by masukomi
Bash Prompt Builder - AndrewRay.me
september 2011 by masukomi
cool interactive bash prompt generator
git
subversion
mercurial
bash
september 2011 by masukomi
GitHub Pages - Home
june 2011 by masukomi
The GitHub Pages feature allows you to publish content to the web by simply pushing content to one of your GitHub hosted repositories. There are two different kinds of Pages that you can create: User Pages and Project Pages.
github
git
june 2011 by masukomi
Cloud9 - Your code anywhere, anytime
may 2011 by masukomi
Web based IDE (uses Ace) that hooks into github and other projects to allow you to code in the browser
ide
javascript
github
git
programming
web
webapp
may 2011 by masukomi
Github participation sparklines for Django — Flother
may 2011 by masukomi
It turns out the participation data for every Github project is freely available, albeit in a rather cryptic form. Full details can be found in this Github guide, but it boils down to requesting a URL and getting back plain text containing two lines of data
graphing
git
github
sparkline
django
may 2011 by masukomi
steve dekorte - projects - shareware - katana
april 2010 by masukomi
At a glance, see which remote branches have changes to pull and local repos have changes to push. The git ops of add, commit, push, pull, tag and reset are supported as well as visual diffs and visual browsing of project hieracy that highlights local changes and additions.
git
software
osx
april 2010 by masukomi
Atlassian Developer Blog - Gitting Dirty
march 2009 by masukomi
"noting a dirty repo on your prompt"
git
bash
march 2009 by masukomi
jwiegley's git-issues at master — GitHub
july 2008 by masukomi
a distributed issue tracker written in python and tightly integrated with git.
git
distributedbugtracking
distributedversioncontrol
july 2008 by masukomi
Git from the Bottom Up
april 2008 by masukomi
n my pursuit to understand Git, it’s been helpful for me to understand it from the bottom up — rather than look at it only in terms of its high-level commands. And since Git is so beautifully simple when viewed this way, I thought others might be inte
git
april 2008 by masukomi
Vim Diff (diff current against git)
march 2008 by masukomi
.can diff against any git branch too
git
vim
useful
software
march 2008 by masukomi
GitNub branch with Mercurial Support
march 2008 by masukomi
git + mercurial history visualizer
git
mercurial
software
osx
march 2008 by masukomi
Braid
march 2008 by masukomi
Braid, formerly known as giston, is a simple tool to help track git and svn vendor branches in a git repository.It’s similar to piston but it’s for git
git
opensource
software
march 2008 by masukomi
msysgit
january 2008 by masukomi
Git on windows without cygwin
git
distributedversioncontrol
windows
software
january 2008 by masukomi
Managing Sub-Projects with Git
january 2008 by masukomi
Git doesn't have a concept of sub-projects, and generally leaves it up to the build system, but that's not the easiest thing.
git
distributedversioncontrol
tutorials
january 2008 by masukomi
Public Git Hosting
december 2007 by masukomi
repo.or.cz is a public Git hosting site. You can create a project here and then publish your development by pushing to it, or even enable push access for multiple developers. Alternately, you can just set up a mirror of any project published elsewhere and
git
distributedversioncontrol
hosting
december 2007 by masukomi
How I stopped missing Darcs and started loving Git
december 2007 by masukomi
instructions on ammending patches in git
git
distributedversioncontrol
december 2007 by masukomi
Git, Binary Files and Cherry Picking Patches
september 2007 by masukomi
includes a quick intro about remote tracking branches, another nice feature.
git
versioncontrol
september 2007 by masukomi
Tailor – Trac
september 2007 by masukomi
Tailor is a tool to migrate changesets between ArX, Bazaar?, Bazaar-NG, CVS, Codeville?, Darcs, Git, Mercurial, Monotone, Perforce, Subversion? and Tla? repositories.
versioncontrol
arx
bazaar
cvs
codeville
darcs
git
mercurial
perforce
subversion
tla
distributedversioncontrol
september 2007 by masukomi
Tailor
august 2007 by masukomi
The tailor tool moves patches and changesets between different repositories, preserving as much information as possible. The repositories can be managed by different version control systems. Currently, ArX, Bazaar, Bazaar-NG, Codeville, CVS, Darcs, Git (C
versioncontrol
darcs
bazaar
mercurial
git
distributedversioncontrol
august 2007 by masukomi
related tags
arx ⊕ automation ⊕ backups ⊕ bash ⊕ bazaar ⊕ blogging ⊕ books ⊕ bugtracking ⊕ business ⊕ camera ⊕ capistrano ⊕ chat ⊕ codeville ⊕ coffeescript ⊕ continuousintegration ⊕ cvs ⊕ darcs ⊕ development ⊕ distributedbugtracking ⊕ distributedversioncontrol ⊕ django ⊕ dropbox ⊕ git ⊖ github ⊕ gitk ⊕ graphing ⊕ gui ⊕ hosting ⊕ howto ⊕ humor ⊕ ide ⊕ interesting ⊕ issuetracking ⊕ javascript ⊕ jekyll ⊕ library ⊕ linux ⊕ mercurial ⊕ misc ⊕ nodejs ⊕ octopress ⊕ opensource ⊕ osx ⊕ perforce ⊕ perl ⊕ programming ⊕ python ⊕ rails ⊕ reference ⊕ ruby ⊕ security ⊕ server ⊕ software ⊕ sparkline ⊕ subversion ⊕ testing ⊕ timetracking ⊕ tla ⊕ tools ⊕ tutorial ⊕ tutorials ⊕ useful ⊕ useless ⊕ versioncontrol ⊕ vim ⊕ web ⊕ webapp ⊕ windows ⊕Copy this bookmark: