博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
github
阅读量:4708 次
发布时间:2019-06-10

本文共 786 字,大约阅读时间需要 2 分钟。

Use the Github

(1) Download and install by default option 

 

(2) Find “Git bash” in the Start menu, then there will be a window similar to the command-line

 

(3)Set your own username and mailbox, by input at the commend line.

      

(4)Create a repository—D:/SPMproject, we’d better wound not use Chinese to create a directory name.

 

The result:

 

(5)Initialize to put this directory into a git repository, so that can manage it.

 

After that, we can see a folder--.git

 

(6)Add file to the repository

①use the command “git add …” to add the file to the staging area

②use the command “git commit…” to tell Git submit it to the repository

  Can write some description after “-m”

 

(7)Use the command “git status” to grasp the current state of the repository

 

 

转载于:https://www.cnblogs.com/yangyang5/p/4438773.html

你可能感兴趣的文章
android多层树形结构列表学习笔记
查看>>
Android_去掉EditText控件周围橙色高亮区域
查看>>
《构建之法》第一、二、十六章阅读笔记
查看>>
Git Stash用法
查看>>
sql server 2008学习8 sql server存储和索引结构
查看>>
Jquery radio选中
查看>>
memcached 细究(三)
查看>>
RSA System.Security.Cryptography.CryptographicException
查看>>
[解题报告] 100 - The 3n + 1 problem
查看>>
Entity Framework 学习高级篇1—改善EF代码的方法(上)
查看>>
Mybatis逆向工程配置文件详细介绍(转)
查看>>
String类的深入学习与理解
查看>>
OnePage收集
查看>>
yahoo的30条优化规则
查看>>
[CCF2015.09]题解
查看>>
[NYIST15]括号匹配(二)(区间dp)
查看>>
json_value.cpp : fatal error C1083: 无法打开编译器生成的文件:No such file or directory
查看>>
洛谷 P1101 单词方阵
查看>>
Swift DispatchQueue
查看>>
C#和JAVA 访问修饰符
查看>>