Git for newbies

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Git for newbies

garduino
Hi:

Sorry if I'm repeating something already discussed here, but I found a
simple guide that saved me a lot of time, to use Git.

It is: http://rogerdudler.github.com/git-guide/index.html

BTW, the problem with the CRLF is that by default git add the crlf in
the checkout.

I'm only noticed this behavior when I used git at command line in
Linux and I saw a warning, but with GitHub client (Mac or Windows) the
warning is not showed.

The way of disable this behavior is "git config --global core.autocrlf false"

HTH.

--
Sincerely,
Germán Arduino
about.me/garduino

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: Git for newbies

Angel Java Lopez
Alternatevily, you can do

git config core.autocrlf false

in your local repo (wo/--global switch) in your Windows machine, maybe.

On Tue, Feb 5, 2013 at 9:18 AM, Germán Arduino <[hidden email]> wrote:
Hi:

Sorry if I'm repeating something already discussed here, but I found a
simple guide that saved me a lot of time, to use Git.

It is: http://rogerdudler.github.com/git-guide/index.html

BTW, the problem with the CRLF is that by default git add the crlf in
the checkout.

I'm only noticed this behavior when I used git at command line in
Linux and I saw a warning, but with GitHub client (Mac or Windows) the
warning is not showed.

The way of disable this behavior is "git config --global core.autocrlf false"

HTH.

--
Sincerely,
Germán Arduino
about.me/garduino

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: Git for newbies

Juan Vuletich-4
In reply to this post by garduino
On 2/5/2013 9:18 AM, Germán Arduino wrote:
> Hi:
>
> Sorry if I'm repeating something already discussed here, but I found a
> simple guide that saved me a lot of time, to use Git.
>
> It is: http://rogerdudler.github.com/git-guide/index.html
>


Thanks! :)

> BTW, the problem with the CRLF is that by default git add the crlf in
> the checkout.
>
> I'm only noticed this behavior when I used git at command line in
> Linux and I saw a warning, but with GitHub client (Mac or Windows) the
> warning is not showed.
>
> The way of disable this behavior is "git config --global core.autocrlf false"
>
> HTH.
>


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org