Skip to content

Cobbled Code

  • Home
  • Sample Page
  • Test
  • WSVN Test Embed

Category: Git

Update a forked git clone with latest changes from its original source

Note to self:

…want to create a pull request on a repository I already cloned some time ago, but… how do I get it up to date again?
Continue reading “Update a forked git clone with latest changes from its original source” →

Posted on August 28, 2016May 24, 2017
Posted in Git, Notes To SelfLeave a Comment on Update a forked git clone with latest changes from its original source

Forgot –recursive when doing git clone (again)

Note to self:

Clone git repository with its submodules:

git clone mycoolgitrepo --recursive

Dang it, forgot the --recursive flag!

git submodule update --init --recursive

Via Stack Overflow, of course.

Posted on December 2, 2014September 23, 2016
Posted in Git, Notes To SelfLeave a Comment on Forgot –recursive when doing git clone (again)
Proudly powered by WordPress | Theme: direach by Thomas Bibby.
Advertisement