zoukankan
html css js c++ java
git 常用命令
git config:配置相关信息
git clone:复制仓库
git init:初始化仓库
git add:添加更新内容到索引中
git diff:比较内容
git status:获取当前项目状况
git commit:提交
git branch:分支相关
git checkout:切换分支
git merge:合并分支
git reset:恢复版本
git log:查看日志
查看全文
相关阅读:
ACM-ICPC(10/21)
ACM-ICPC (10/20)
ACM-ICPC (10/19)
ACM-ICPC (10/17)
ACM-ICPC (10/16) Codeforces Round #441 (Div. 2, by Moscow Team Olympiad)
ACM-ICPC (10/15) Codeforces Round #440 (Div. 2, based on Technocup 2018 Elimination Round 2)
ACM-ICPC (10/14)
战神CPU计算机硬件组装
ACM-ICPC (10/12)
ACM-ICPC (10/11)
原文地址:https://www.cnblogs.com/longl/p/10116005.html
最新文章
牛客练习赛7
Android——Intent,Bundle
Android——HelloWorld
Codeforces Round #333 (Div. 1)
Codeforces Round #447 (Div. 2)
HDU 5534 完全背包
HDU 5536 字典树
HDU 5527 贪心
牛客练习赛6
Wannafly模拟赛
热门文章
SPOJ MUSKET
Ural State University Internal Contest October'2000 Junior Session
Wannafly挑战赛1,2
HDU 6231
ACM-ICPC(11/9)
ACM-ICPC(11/8)
LibreOJ β Round #2
Codeforces Round #443 (Div. 2)
HDU 3336 KMP
ACM-ICPC(10/23)
Copyright © 2011-2022 走看看