Tools
Git

Originally in Programming#Git, now Repository:.
git commands,
thus git command implied
From personal use
- bare/non-bare
- bare repository (as
repository/projectname.git/) works with gitweb but still displays no working repository reset --hard HEADworks but does not sound proper if done after everypost-receive(which currently have no effect)- Git bare vs. non-bare repositories by Kim N. Lesmer, bitflop 2010
- http://sitaramc.github.com/concepts/bare.html
- bare repository (as
- wiki integration
- moved to Programming#WikiIntegration (part of Programming#ImprovingProcess)
- config, rebase, add, commit -a -m "my msg", revert ^HEAD, ...
- gitweb
- forcing
$feature{'highlight'}{'default'} = [1];in the/etc/gitweb.confand making the CSS available viapush @stylesheets, "http://fabien.benetou.fr/pub/images/repositoryshares/highlight.css";
- forcing
- filter-branch --env-filter "export GIT_AUTHOR_NAME=Fabien Benetou; export GIT_AUTHOR_EMAIL=fabien@benetou.fr" HEAD@@
- push over
ssh:(especially with ssh-agent running)- clone
ssh://user@myserver.tld/path/to/my/repository
- clone
gourcein the current repository- cf gource, previously added to Programming#VisualizationOfCollaboration
- hooks
- ideas too general to be only supported by git thus moved to Programming#ImprovingProcess
- Git from the bottom up by John Wigley, Lost in Technopolis 2008
- recommended by Bastien Guerry aka bzg
To learn
- make gitweb support
- links to the wiki
- force highlight by path e.g. Bash for
shell_scripts/*
To explore
- progit.org
- related ideas in Mercurial#PotentialExtensions
- Why Git is Better Than X by Scott Chacon
- An Illustrated Guide to Git on Windows by Nathan J.
- git ready, learn git one commit at a time by Nick Quaranto
- GitCasts Git Screencasts
See also
- Programming#RCS
- Fossil
- Mercurial (aka Hg)
Note
My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.
CONTENT
CONTACT
UPDATES
LAST TWEET
RSS for this page only


