Here’s what I did on my supposed-to-be-stable branch… % git rebase master First, rewinding head to replay your work on top of it... Fast-forwarded alpha-0.3.0 to master. % git...
  • April 25, 2022
  • 0 Comments
I’ve set up a remote non-bare “main” repo and cloned it to my computer. I made some local changes, updated my local repository, and pushed the changes back to...
  • April 12, 2022
  • 0 Comments
I cloned a Git repository from my GitHub account to my PC. I want to work with both my PC and laptop, but with one GitHub account. When I...
  • April 11, 2022
  • 0 Comments