您的位置:首页 > 其它

Software Enginering-------using git

2016-05-25 07:21 507 查看
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 content following