Skip to content

Git#

Link to tutorial

1.

1.

  1. Git for Windows

Typical workflow#

git status
git checkout -b mybranch
git add
git commit -m ""
git push

updated: 2023-04-20