码迷,mamicode.com
首页 > 其他好文 > 详细

git 跟踪提交记录

时间:2018-08-24 13:22:37      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:comm   仓库   ssh   png   email   mkdir   git log   log   nbsp   

一、克隆git仓库

 git clone ssh://hwl@xxx/home/data/repositories/git.git

二、申明使用人信息,以便跟踪提交记录


$ git config --global user.name "wy"


$ git config --global user.email "wy@qq.com"

 

三、创建和提交信息

$ mkdir wytest

admin@admin-PC MINGW64 /g/企姆股份有限公司/服务器/wy_git (master)
$ echo "133" > wytest/1.txt

$ git add .

$ git commit -m "v1" wytest/1.txt

$ git push

$ git log *

 

技术分享图片

 

git 跟踪提交记录

标签:comm   仓库   ssh   png   email   mkdir   git log   log   nbsp   

原文地址:https://www.cnblogs.com/zoulixiang/p/9528997.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!