82870034 发表于 2018-9-19 06:36:36

Git学习教程(四):分枝和合并

$ vim lib/simplegit.rb  $ git commit -am 'added a commit function'
  : created 0b7434d: "added a commit function"
  1 files changed, 4 insertions(+), 0 deletions(-)
  $ git checkout experiment
  Switched to branch "experiment"
  $ ls
  READMERakefile TODOlib

页: [1]
查看完整版本: Git学习教程(四):分枝和合并