実際のものを追加する前に、gitでサンプルテストを行っています。
これが私がすることです:
enter code here
1) Create an empty git repository
$ mkdir git_trial2
$ cd git_trial2
$ git init (Creates a .git directory inside this)
$ cg-branch-add branch1 (Create a branch1 inside this git)
$ touch File1
$ echo "This is a test" >> File1
次に、File1 を branch1 に追加します。これを行う方法?