It seems like you have to interact with github.com to initiate a pull request. Is this so? 11 Answers 11
I created a new local Git repository: ~$ mkdir projectname ~$ cd projectname ~$ git init ~$ touch file1 ~$ git add file1 ...
-
May 9, 2022
- 0 Comments