zoukankan
html css js c++ java
git入门
git入门
1.安装
一句话:
下一步,下一步,再下一步......
2.基本配置
3.基本命令
状态
git status
恢复
git checkout .
4.提交到gitee.com
注册gitee账号:
注册gitee账号
创建仓库
其它可改可不改,按需
复制链接
本地找个文件夹,名字随意
右键->Git Bash Here
将第4步复制的链接用在这里
得到文件
随便添加几个文件
关闭Git Bash Here,进入test-demo再打开
接下来按图片来
浏览器查看,成功
查看全文
相关阅读:
Core Java Interview Question Answer
Anagrams
Permutations II
Minimum Window Substring
工厂模式
How do you design object oriented projects?
What is Object Oriented Design? (OOD)
Amazon Interview Question: Design an OO parking lot
讨论一道求质数的面试题
Substring with Concatenation of All Words
原文地址:https://www.cnblogs.com/yanying521/p/14265253.html
最新文章
StringBuffer 和 StringBuilder
Java Notes
abstract class和interface的区别
Java中super的几种用法并与this的区别
Java垃圾收集器
LRU Cache
Java Memory Basic
java Hotspot 内存管理白皮书(中文翻译)
Merge Sorted Array
Remove Duplicates from Sorted List II
热门文章
Search in Rotated Sorted Array II
Remove Duplicates from Sorted Array II
Subsets II
Subsets
Climbing Stairs
Unique Paths
What is the difference between supervised learning and unsupervised learning?
volatile
Public, Private and Protect
UNIX command Questions Answers asked in Interview
Copyright © 2011-2022 走看看