Git#

Git is powerful and obscure at the same time. You'll find here some snippets I found useful.

Table of Contents :

Remote repository#

Note that remote repository can be hosted anywhere, for instance :

Working together, on the same repo#

  1. git stash to set aside my code.
  2. git pull to get the latest team's code.
  3. git stash pop to get back my stashed code.

Commits#

Branch#

Useful VSCodium extension#

This page was last edited on , generated from this markdown. Content is available under the Creative Commons CC BY-SA 3.0 License unless otherwise noted. This site is ad-free and contains no third party cookies or tracking, just as the Web should remain.
HomepageBack to top