Re: OT git question

2022-06-07 Thread 황병희
Hellow Ash, Ash Joubert writes: > On 07/06/2022 20:01, 황병희 wrote: >> ===> Correction: git pull origin karma > > This means fetch commits from the "karma" branch/tag on repository > "origin" and incorporate them into the current local branch with a > merge or rebase. See the man page for git-pull

Re: OT git question

2022-06-07 Thread tomas
On Wed, Jun 08, 2022 at 04:38:22PM +1200, Ash Joubert wrote: > On 08/06/2022 16:25, to...@tuxteam.de wrote: > > Just... what does "Pro Git" mean? > > Pro Git is the name of a well-known book on git that is also available free > in HTML and PDF formats [...] Oh, I see -- thanks :) Cheers -- t

Re: OT git question

2022-06-07 Thread Ash Joubert
On 08/06/2022 16:25, to...@tuxteam.de wrote: Just... what does "Pro Git" mean? Pro Git is the name of a well-known book on git that is also available free in HTML and PDF formats. In addition to the basics that can be found in the git man pages, it contains best-practices and big-picture ide

Re: OT git question

2022-06-07 Thread tomas
On Wed, Jun 08, 2022 at 10:31:03AM +1200, Ash Joubert wrote: > On 07/06/2022 20:01, 황병희 wrote: > > ===> Correction: git pull origin karma > > This means fetch commits from the "karma" branch/tag on repository "origin" > and incorporate them into the current local branch with a merge or rebase. > S

Re: OT git question

2022-06-07 Thread Ash Joubert
On 07/06/2022 20:01, 황병희 wrote: ===> Correction: git pull origin karma This means fetch commits from the "karma" branch/tag on repository "origin" and incorporate them into the current local branch with a merge or rebase. See the man page for git-pull for a detailed explanation and ascii art

Re: OT git question

2022-06-07 Thread 황병희
황병희 writes: > ... > - git pull -b karma Ack! my mistake!!! I am very sorry!!! ===> Correction: git pull origin karma Sorry again john and IL! Sincerely, Linux fan Byung-Hee -- ^고맙습니다 _地平天成_ 감사합니다_^))//

Re: OT git question

2022-06-07 Thread IL Ka
> > According to (1), that would be the ''-b, -w, --ignore-space-at-eol, and > --ignore-cr-at-eol' option and the 'repository'. > > This is a "git diff" option, not "git pull" option AFAIK

Re: OT git question

2022-06-07 Thread john doe
On 6/7/2022 6:26 AM, 황병희 wrote: Hellow Debian, For days, i have been working with git. And today i have very simple question. Because it is very confused... I need somebody's clearing. What is different both commands: - git pull - git pull -b karma According to (1), that would be the ''-b,

Re: OT git question

2022-06-06 Thread IL Ka
Hi > - git pull > Fetch data from remote repository and merge local branch or rebase it on top of new commits. > - git pull -b karma > I do know what "-b" is. Documentation also doesn't: https://git-scm.com/docs/git-pull $ git pull -b asd error: unknown switch `b' There is "git checkout -b"

OT git question

2022-06-06 Thread 황병희
Hellow Debian, For days, i have been working with git. And today i have very simple question. Because it is very confused... I need somebody's clearing. What is different both commands: - git pull - git pull -b karma Thanks in advance! Sincerely, Linux fan Byung-Hee -- ^고맙습니다 _地平天成_ 감사합니다_^