[Plone-conference] A tip about working with git at sprints

Florian Friesdorf flo at chaoflow.net
Sun Oct 14 09:35:54 UTC 2012


Gil Forcada <gforcada at gnome.org> writes:
> You can add this to your .bashrc or whichever profile you have:
>
> alias gitlog='git log --graph --decorate --pretty=oneline
> --abbrev-commit --all'

Thx! 

You can also define aliases for git, have a look at my config for
examples:

https://github.com/chaoflow/skel/blob/master/.config/git/gitconfig


In case you want to manage the config files in your home with git, you
might not want to use the default .git directory. Using it would mean
that wherever you are in your home, you are in a git repository and the
potential for publishing private stuff is big.

Instead I use a small skelgit wrapper:

https://github.com/chaoflow/skel/blob/master/bin/skelgit

-- 
Florian Friesdorf <flo at chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-conference/attachments/20121014/bb131e87/attachment.asc>


More information about the Plone-conference mailing list