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

  • ShuahKhanLF
    ShuahKhanLF Posts: 148
    Answer ✓

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

Categories

Upcoming Training