:: Re: [DNG] Avoid 'git commit -m ...'…
Inizio della pagina
Delete this message
Reply to this message
Autore: Simon Wise
Data:  
To: dng
Oggetto: Re: [DNG] Avoid 'git commit -m ...' every time code is tested after editing.
On 17/02/16 13:38, Simon Wise wrote:
> On 17/02/16 03:38, Steve Litt wrote:
>
>> Where would you suggest I find out more about the practicalities of
>> git? I use it for my own stuff quite a bit, but don't know how to do
>> branches and all that.
>
> look at:
>
> man gitworkflows
>
> that one is more about collaboration and a wider group of developers
>
>
>
> maybe first look at:
>
> man gittutorial
>
> and perhaps some of the other pages it references.
>
> These are much more focussed on the everyday things, with examples, than the
> more detailed manpages.


these require package git-man, there is also git-doc

for online versions of these see:
https://www.kernel.org/pub/software/scm/git/docs/

or go to:
http://linux.die.net/man/7/gittutorial
http://linux.die.net/man/1/git
http://man7.org/linux/man-pages/man7/gitworkflows.7.html

Simon