Search

Luis Cacho
Luis Cacho
  •  BLOG
  •   ABOUT ME
  •  PROJECTS
  •   GARDEN
  •   FANTASY
  •  
  •  
  •  
  • Light Dark Automatic
  • Digital Garden
Devel
  • Change author email in commit
  • vim settings for YAML files
  • Replace NaN Values with Zeros in Pandas DataFrame
  • Create a Pandas DataFrame from a Dict
  • Create a Pandas DataFrame from a List
  • Create GitLab merge request from cli
  • jq select objects based on a value
  • OR statement within jq select
  • Get variable types in Python
  • Update local branch with upstream content
  • Delete git submodule
  • Contents
  1. Home
  2. Digital Garden
  3. Devel
  4. Update local branch with upstream content

Update local branch with upstream content

cd $working_dir
git fetch upstream
git checkout main
git rebase upstream/main
Digital-Garden Git Development DevOps
Previous
Get variable types in Python
Next
Delete git submodule

Last updated on May 18, 2022

Edit this page

Related

  • Change author email in commit
  • Delete git submodule
  • Gitkraken Ambassador
  • Create GitLab merge request from cli
  • OR statement within jq select

Made with ❤️
Hosted on GitHub - Served by Netlify
© 2014 - 2022 - Luis Cacho

Except as otherwise noted, this work is licensed under CC BY NC SA 4.0, and code samples are licensed under the MIT License.

Published with Wowchemy Website Builder

Cite
Copy Download