howthebodyworks + git   82

SparkleShare - Sharing work made easy
git-as-opensource-dropbox. Excellent. Doesn't solve the hosting problem, is all.
via:Strangefeatures  linux  windows  osx  gui  opensource  sync  git  from delicious
12 days ago by howthebodyworks
Mac App Store - SourceTree (Git/Hg)
Atlassian'ts DVCS GUI entrant. now the field is crowded
scm  osx  cocoa  hg  Git  from delicious
10 weeks ago by howthebodyworks
Online LaTeX Editor • ScribTeX
online latex editor with git-backed version control.
pdf  git  browser  latex  editor  from delicious
february 2012 by howthebodyworks
My (work) Git Workflow :: Drive-by Digressions
how to get the patch part of the git-svn workflow going
git  svn  from delicious
november 2011 by howthebodyworks
git-annex
version your media and other large assets using git, work offline and sync when you have bandwidth. (Hitting the road with a folder of media assets?)
git  scm  mp3 
july 2011 by howthebodyworks
FarMcKon/gitmarks_2 - GitHub
store bookmarks, socially, on github. fork your friends. very genius.
python  del.icio.us  bookmarklet  tagging  git 
may 2011 by howthebodyworks
Using Git to manage a web site
static websites versioned with git. a a neat hack.
git  deployment 
march 2011 by howthebodyworks
commandline/flashbake - GitHub
automatically version texty sources as you write; nice for non-code things
git  scm  writing 
january 2011 by howthebodyworks
Using incron to autocommit changes in a folder | andrew.mcmillan.net.nz
This chap seems to think the awesome thing here is incron, but I'm more impressed by his git wrangling skills. Scheduling a patched job that did *not* require incron looks to me more robust and less overzealous.
git  webdav  possumpalace 
january 2011 by howthebodyworks
Forking is a Feature - Anil Dash
i like this non-technical explanation of the significance of distributed versioning
dvcs  git  versioning  wiki  community  opensource  collaborative 
september 2010 by howthebodyworks
BookmarksExtension - Mercurial
mercurial 1.6 supports git-style local branches
git  hg 
july 2010 by howthebodyworks
How to use the subtree merge strategy
oh! interestingly the subtree merge strategy can maintain pulls from other projects as subdirs and keep full history of each project *even over future merges*. handy for maintaining complex projects
git  svn  scm 
june 2010 by howthebodyworks
jsmits's github-cli at master - GitHub
using this command-line scriptable interface to github's Issues tracker makes it suck less
cli  python  github  git  tracker 
may 2010 by howthebodyworks
Hartwork Blog » Python, Git and a post-checkout hook
avoiding stale .pyc problems with a multi branch repo
python  git  dvcs  bash 
may 2010 by howthebodyworks
What are your favorite git features or tricks? - Stack Overflow
rather choice selection of git selling points, some of which are awesome (git branch in your command prompt), and many of which are jsut smart ideas for DVCSs generally
git  scm 
may 2010 by howthebodyworks
Bash prompt with git branch [bash] [prompt] [git]
shows the git branch you are working on in the prompt
git  brash  cli 
may 2010 by howthebodyworks
dinoboff's github-tools at master - GitHub
does more than it says. this command bootstraps a python project which automatically publishes itself to github, has inbuilt sphinx documentation, and publishes the HTML of THAT to github. the package is easy_installable, has pypi-compatible egg-info and wil walk your dog, amke your breakfast, and comes with a free pony. costs: git-specific, github-specific, assumes you don't have virtualenv, depends on pavement instead of plain distutils. FWIW, I think that paver dependency is a plus, since paver is awesome, but it does require a paver bootstrap python egg to be baked into your project.
python  paver  deployment  sphinx  git 
april 2010 by howthebodyworks
GitHub: Announcing SVN Support
thought this was an april fools joke but according to simon willison, it's actually for real. include git repositories as SVN externals in SVN projects.
git  svn  convert  scm 
april 2010 by howthebodyworks
Algorithmic recruitment with GitHub :: Hackdiary
weighting importance of geographically local coders using pretty graph theory and such.
git  networks  java  phd 
february 2010 by howthebodyworks
vcprompt: log
have your prompt update tot tell you what branch you are on
scm  git  hg  shell  cli 
december 2009 by howthebodyworks
git reset In depth
jumping back to dangling commits
git  howto  scm 
december 2009 by howthebodyworks
Git SVN Workflow
best trick here - use repack after pulling from SVN to save space.
git  svn  howto 
december 2009 by howthebodyworks
Git Magic - Preface
a really nice student-target git manual
scm  git  howto  opensource  academic 
november 2009 by howthebodyworks
Heroku | Ruby Cloud Platform as a Service
"WHERE IS THE DJANGO ONE OF THESE? `git push heroku` = your site is live on the cloud."
via:cogat  git  cloud  deployment  ruby  rails 
november 2009 by howthebodyworks
Renaming your 'master' branch
sane management of remote branches on e.g. github or assembla
git  scm  howto 
october 2009 by howthebodyworks
mxcl's homebrew at master - GitHub
a new entrant into the fink/darwinports space. but this one uses ruby build recipes to manage complex versions handing, non-root installs, custom local branches and lots of other goodness
ruby  osx  unix  opensource  git 
october 2009 by howthebodyworks
Hg-Git Mercurial Plugin
This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Hg. This means you can collaborate on Git based projects from Hg, or use a Git server as a collaboration point for a team with developers using both Git and Hg
hg  scm  python  git 
september 2009 by howthebodyworks
DryDrop
static, git-backed sites on Appengine
nosql  gae  git  deployment  python  opensource  possumpalace 
august 2009 by howthebodyworks
gitguru » Integrating Git with a Visual Merge Tool
oh! apparently the right way to use filemerge.app is as "opendiff" and git understands it fine.
osx  howto  scm  git 
july 2009 by howthebodyworks
William's miscellaneous git tools
git miscellaney to demystify local/remote branches and other such things.
git  howto  ruby 
july 2009 by howthebodyworks
James’ SOC Blog » Blog Archive » Git-svn bare mirrors
how to make your git-svn repos actually work like a repos and not a working tree
git  svn  howto 
may 2009 by howthebodyworks
Home - braid - GitHub
I spent 5 hours working out how to do this manually, only to have this marvellous automatic solution pointed out to me.
git  svn  phm  via:strangefeatures  ruby 
may 2009 by howthebodyworks
Howto use Git and svn together | Flavio Castelli
very simple case for doing git-svn stuff, somewhat clearer than the manual.
howto  git  svn 
april 2009 by howthebodyworks
Home - gitx - GitHub
GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui.
osx  git  ui  cocoa 
april 2009 by howthebodyworks
GIT Prompt
turning a bionic bash into a ui for git. that doesn't really sound like it makes sense, but the screencast on this page does.
bash  git  ui  shell  opensource 
april 2009 by howthebodyworks
Federico Mena Quintero - August 2008 Activity Log
"git rebase --interactive allows you to pretend you are better than you really are. This is a good thing."
git  scm  howto 
march 2009 by howthebodyworks
Amit Upadhyay » Gitology
a git-based django cms, with all manner of goodies, such as view permissions and such.
django  python  possumpalace  git  openid 
february 2009 by howthebodyworks
Tsuna's blog: Learning git-svn in 5min
getting the rev numbers of you svn:external<-> git submodules right
svn  git  howto 
february 2009 by howthebodyworks
Alieniloquent: Blog
more hot tips to working around svn:externals silliness.
git  svn  howto 
february 2009 by howthebodyworks
git-svn-dcommit Workaround for Git Submodules - Panther Software
synchronising to an svn:externals heavy svn repo with git. (hint: use ruby to write rake-based porcelains)
svn  git  rails  ruby  rake 
february 2009 by howthebodyworks
Dulwich
pure python re-implementation of the git store.
python  git 
february 2009 by howthebodyworks
My Git Workflow
nice git workflows for the solo and team playa.
git  howto 
january 2009 by howthebodyworks
jacobian's jellyroll at master — GitHub
another of the cloud-storage aggregators - this one is jacob's, and has nice handling of everything you'd expect.
aggregator  django  feed  git 
january 2009 by howthebodyworks
An introduction to git-svn for Subversion/SVK users and deserters
I am learning git by saturating my brain with alternate explanations of waht the hell it does. this fills an empty niche
opensource  howto  git  scm  uml  svn 
january 2009 by howthebodyworks
Tv's cobweb: Git for Computer Scientists
"Quick introduction to git internals for people who are not scared by words like 'Directed Acyclic Graph'."
git  howto  diagram  scm 
november 2008 by howthebodyworks
Djief’s Blog » git
plain language expositions of git stuff
git  rails  howto 
november 2008 by howthebodyworks
Using Repo and Git (Android Open Source Project)
repo is google python script for git allowing you to include external projects in your git project
git  google  python  deployment  opensource 
november 2008 by howthebodyworks
Setting Up Django-Rcsfield @ Irrational Exuberance
nifty little hack to turn a django text field into a VCS-backed store
django  git  bzr  svn  scm 
october 2008 by howthebodyworks
django-rcsfield - Google Code
AAAAAAAARGH! I just spend 2 weeks writing my own implementation of this! and this one is better! anyway, summary is; it stores text fields in a source code repository.
opensource  Python  django  svn  git  bzr  possumpalace 
october 2008 by howthebodyworks
GitSubmoduleTutorial - GitWiki
including other codebases part 2 - the submodule method (still looks like an unfantastic workflow if you ask me. Subversion's chief virtue over DVCS is that for all the hackishness of the externals code, it works really well for 80% of my workflows, unlike anything else i've seen.)
git  scm  howto 
september 2008 by howthebodyworks
How to use the subtree merge strategy
including code from other repositories in your site, take 1: 'subtree' inclusion. think svn:externals
git  scm  howto 
september 2008 by howthebodyworks
Everyday GIT With 20 Commands Or So
probably the best and most lucid example of how to use git practically
git  howto  cheatsheet 
september 2008 by howthebodyworks
howthebodyworks's adhocracy at master — GitHub
now the question - will I commit my app to this repo or not? eh?
possumpalace  opensource  git  django 
august 2008 by howthebodyworks
Cocoa is my girlfriend
"taglines are for windows programmers"
git  bash  unix  cocoa 
july 2008 by howthebodyworks
Codebase | Welcome
kind of a hosted trac-workalike with deployment management baked in.
git  code  scm  ui  rails  deployment 
july 2008 by howthebodyworks
Push Me Pull You
light QT DVCS GUI, acronyms be blessed
scm  git  darcs  ui  qt  hg  bzr  svn 
june 2008 by howthebodyworks
Qct: Qt Commit Tool
multi os, multi vcs commit GUI
ui  hg  svn  scm  bzr  qt  git 
june 2008 by howthebodyworks
Using Git as a versioned data store in Python | Git, Python
cute - git as a shelve() backend can handle (at least textual) data nicely.
git  opensource  scm  @todo  python  possumpalace  db 
may 2008 by howthebodyworks
« earlier      

Copy this bookmark:



description:


tags: