Welcome to the Linux Foundation Forum!

what will be origin incase of git remote -v

I have one small doubt, as in the course LD103, it is said that we need to clone
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux_mainline
and afterwards we set upstream as linux.
$ git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

But what will be > origin here. ?

Best Answer

  • Posts: 155
    Answer ✓

    Try "git branch -a" and also refer to Git tutorial for more in depth information.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training