Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 394 Bytes

File metadata and controls

11 lines (9 loc) · 394 Bytes

2023-07-11

  • git remote, branch //thi

    git checkout -b THE_BRANCH_NAME git add -A JUST FOR THE CHANGED FILE git commit -

2023-07-23

  • Found a nice free GoLang course on youtube.
  • Found out how to make empty commits: git commit --allow-empty -m "Empty commit" go logo