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

Software Enginering-------using git

时间:2016-05-25 11:31:25      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:following   software   content   current   details   

To create a repository,steps:

https://github.com/mapo89/Git-Exercices-polito-Software-Engineering-

to use init in bash or cmd:

git init <directory>(optional,details are in following website)

https://www.atlassian.com/git/tutorials/setting-up-a-repository


then can find .git(which is a hidden file in the repository(shared folder))

next,

change directory into it:cd F: cd ......


create file in bash:

touch README

vi README

to write content then press ESC : ,q!(discard) or x(save current content then exit)

http://www.cnblogs.com/88999660/articles/1581524.html

Software Enginering-------using git

标签:following   software   content   current   details   

原文地址:http://11259454.blog.51cto.com/11249454/1782818

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