quanganhdo + git   25

GITLAB: Self Hosted Git Management Application
Fast, secure and stable solution based on Ruby on Rails & Gitolite. Distributed under the MIT License.
git  github  opensource  server  versioncontrol 
6 weeks ago by quanganhdo
Help.GitHub - Remove sensitive data
From time to time users accidentally commit data like passwords or keys into a git repo. While you can use git rm to remove the file, it will still be in the repo's history. Fortunately, git makes it fairly simple to remove the file from the entire repo history.
git  guide 
october 2011 by quanganhdo
git-annex
git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space.
archive  backup  git  software  sync 
september 2011 by quanganhdo
visionmedia/git-extras - GitHub
Extras for git. Helpful stuff: undo, changelog, summary
git  opensource  tools  github  shell 
september 2011 by quanganhdo
A successful Git branching model » nvie.com
I won’t talk about any of the projects’ details, merely about the branching strategy and release management.
branching  development  git  programming  workflow  github  shell  from instapaper
july 2011 by quanganhdo
Tower
Dubbed 'The most powerful Git client for Mac'
app  client  git  mac 
november 2010 by quanganhdo
Gitifier: Git commit notifier for MacOSX
Gitifier is an application that runs in your MacOSX menu bar and monitors Git repositories that you're interested in. When someone pushes a new commit, it shows you a Growl notification.
notifier  git  growl  mac  osx  software 
september 2010 by quanganhdo
Gitbox — Git GUI for Mac OS X
Gitbox is a Mac OS X graphical interface for Git version control system. In a single window you see branches, history and working directory status.
git  mac 
june 2010 by quanganhdo
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 preset the common options and commands needed to accomplish these common tasks.
git  reference 
june 2010 by quanganhdo
toto
toto is a git-powered, minimalist blog engine for the hackers of Oz. The engine weighs around ~300 sloc at its worse. There is no toto client, at least for now; everything goes through git.
blog  git  ruby 
may 2010 by quanganhdo
A Visual Git Reference
This page gives brief, visual reference for the most common commands in git.
git  reference  programming  visualization  tutorial  from delicious
february 2010 by quanganhdo
A successful Git branching model
In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
git  branching  development  versioncontrol  bestpractices  from delicious
january 2010 by quanganhdo
GIT ignore .DS_Store files globally per user
Here's how to set-up globally a set of excludes when using GIT, in this case setting up GIT to ignore .DS_Store files on a Mac.
git  gitignore  osx  from delicious
january 2010 by quanganhdo
git ready » exporting your repository
What if you just want to export a certain commit’s changes? Or just one folder? What if you wanted to make an archive of the repository for backup?
git  archive  export  backup  repository  from delicious
january 2010 by quanganhdo
git ready » count your commits
Ever wondered how many commits you’ve contributed to a project? Or perhaps, which coworker has really done nothing (or maybe they have huge changes and fewer commits!) Well, wonder no more, for git shortlog is a nice way to find out.
git  tips  from delicious
january 2010 by quanganhdo
Fixing non-atomic commits in git » Debuggable Ltd
Let's say somebody else made a commit that mixes a bug fix and a new feature together. This sucks if you only want to take the bugfix to merge it into your stable branch (using git cherry-pick)
git  tips  from delicious
january 2010 by quanganhdo
A Git workflow for single developers - cakebaker
After learning the basics, I looked around to see how others use Git and I found a web-focused Git workflow by Joe Maller, which I used as a basis for my own workflow.
git  workflow  webdev  versioncontrol  reference  from delicious
january 2010 by quanganhdo
Welcome to GitCasts
"I am Scott Chacon, and I started GitCasts to help teach people what Git is and how to use it."
git  screencast  tutorial  video  tutorials 
november 2009 by quanganhdo
Untitled (https://www.survs.com/survey/Q0EKJ3NF54)
RT : filled out the User Survey Have you taken it? Do you use Git? via ? You should
Git  from twitter
august 2009 by quanganhdo
Digging Through The Bookmarks
Một số bookmark đáng chú ý về jQuery, Vim, Git, Django...
jquery  vim  git  django  php  programming  tips 
may 2009 by quanganhdo
git ready » bash auto completion
Thêm tính năng auto completion cho Git
git  bash  tips 
march 2009 by quanganhdo

Copy this bookmark:



description:


tags: