wizardishungry + git   47

git pull with automatic rebase
git config branch.autosetuprebase always
dvcs  git  rebase 
26 days ago by WIZARDISHUNGRY
giftube – Generates an animated gif from a YouTube url. — Gist
giftube – Generates an animated gif from a YouTube url.
code  dev  git  gif 
6 weeks ago by WIZARDISHUNGRY
How do I make git ignore mode changes (chmod)? - Stack Overflow
Adding to Greg Hewgill answer (of using core.fileMode config variable):

You can use --chmod=(-|+)x option of git update-index (low-level version of "git add") to change execute permissions in the index, from where it would be picked up if you use "git commit" (and not "git commit -a").
git  ignore  permissions 
january 2012 by WIZARDISHUNGRY
Using Git to manage a web site
git post receive hook to checkout most recent version
git  howto  web  webdev 
may 2011 by WIZARDISHUNGRY
etckeeper
etckeeper is a collection of tools to let /etc be stored in a git, mercurial, darcs, or bzr repository. It hooks into apt (and other package managers including yum and pacman-g2) to automatically commit changes made to /etc during package upgrades. It tracks file metadata that revison control systems do not normally support, but that is important for /etc, such as the permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with revision control.
git  sysadmin  backup  configuration  linux  from delicious
december 2010 by WIZARDISHUNGRY
wuputah's openssh-for-git at master - GitHub
The primary goal of this patch/hack is to enable public key lookups via a method other than the authorized_keys file. We wanted it to be flexible, so the patch executes a 3rd party program or script. This way, you can implement your public key lookups in any language backed by any dataset – Ruby, Perl, Python, bash, MySQL, Postgres, CouchDB, etc. Our motivation to write this patch is to support large git repositories, but other creative uses may come about.
openssh  git  ssh  auth  patch  github 
december 2009 by WIZARDISHUNGRY
gist: 94750 - GitHub
Apple's .plist files have two equivalent on-disk representations, binary and xml. These snippets help keep binary crap out of your repository.
git  scm  plist  apple  xml  binary  diff  github  useful  filter  pluil  preferences  osx  hint  dev  webdev  quartz 
april 2009 by WIZARDISHUNGRY
Git on Windows, it actually works now - Kyle Cordes
I’ve been trying out various distributed source control tools, and used several of them for various very small projects. I’ve most mostly settled on git as the one I prefer, but I haven’t yet published any code with it. Also, I’ve been frustrated that git support for Windows has been very weak.
programming  git  windows  scm  vcs  it 
january 2009 by WIZARDISHUNGRY
WIZARDISHUNGRY's symfony at 1.1 — GitHub
my mirror of the symfony repository at GitHub
git  svn  symfony  php  webdev  github  mirror  rails  mvc 
october 2008 by WIZARDISHUNGRY
WIZARDISHUNGRY's sflimetracker at master — GitHub
I have created a PHP BitTorrent tracker in the Symfony PHP framework (MIT-licensed) for Limewire.
github  git  php  symfony  rss  bittorrent  torrent  p2p  podcasting  atom  feed  tracker  opensource  limewire  WIZARDISHUNGRY 
august 2008 by WIZARDISHUNGRY

related tags

annoyance  api  appengine  apple  application  atom  auth  aws  backup  bash  binary  bittorrent  branch  bug  bugs  bugtracking  canvas  capistrano  cli  clone  cms  cocoa  code  coding  commented  commit  configuration  console  convert  cookbook  corruption  cvs  debug  dev  development  diff  documentation  drupal  dvcs  extension  feed  filter  free  fsck  game  gif  git  git-svn  github  gitignore  gui  hacks  help  hg  hint  homepage  hook  hooks  howto  html5  hub  ignore  import  it  jquery  js  kernel  limewire  linux  manual  marbles  mercurial  merge  migrate  migration  mirror  mvc  opensource  openssh  osx  p2p  patch  permissions  php  plist  pluil  podcasting  post  pre  preferences  productivity  programming  prompt  publishing  python  quartz  rails  rebase  reddit  reference  remove  rss  ruby  s3  scm  script  scripts  security  sha1  shell  software  solutions  sourcecontrol  ssh  status  submodules  subversion  svn  symfony  sysadmin  terminal  tip  tips  torrent  tracker  tricks  tutorial  useful  vcs  version  version-control  versioncontrol  visualization  web  webdev  webhosting  windows  WIZARDISHUNGRY  work  wrapper  wtf  xml 

Copy this bookmark:



description:


tags: