tonwei139 发表于 2018-9-16 13:44:15

使用git 提交笔记

# # ls1111_heard.txt1.txt~   234      3.txtanaconda-ks.cfg.11231_sorft.txt1.txt.bak2.txt.bak4.txtbiji.txt  
# cd /data/-bash: cd: /data/: 没有那个文件或目录
  
# mkdir /data/# cd /data/# ls# git clone ssh://git@106.3.32.67:14822/ch71smas/liurongluan.git正克隆到 'liurongluan'...warning: 您似乎克隆了一个空版本库。
  
# # lsliurongluan
  
# cd liurongluan# ls# ls -a....git
  
# cd .git# lsbranchesconfigdescriptionHEADhooksinfoobjectsrefs
  
# cat config
  repositoryformatversion = 0
  filemode = true
  bare = false
  logallrefupdates = true
  url = ssh://git@106.3.32.67:14822/ch71smas/liurongluan.git
  fetch = +refs/heads/*:refs/remotes/origin/*
  remote = origin
  merge = refs/heads/master
  
#


页: [1]
查看完整版本: 使用git 提交笔记