[user]
name = Peter Wang
email = happypeter1983@gmail.com
[core]
editor = vim
[alias]
ci = commit -a -v
throw = reset --hard HEAD
throwh = reset --hard HEAD^
git add .
git ci
git diff
git throw
git throwh
git ci
git checkout hello.h
git stash
#work on sth else and commit it
git stash apply
git checkout -b tmp
git checkout master
git branch -D tmp
git checkout fe544a -b tmp
| You write: | You get: |
|---|---|
[Link](http://example.com/) |
Link |
*Italic* |
Italic |
**Bold** |
Bold |
* Listed * Items |
|
``` puts "hello" ``` |
puts "hello"
|
视频内容太多了,所以不可能讲清楚,所以这个视频的评价是:很失败!
作改进版的时候要把内容切成2或3个视频。
git checkout commit_id
学习了
讲的挺好,不过适合有一定基础的人
@john,我还是主要往更清晰简明的方向努力,光实用还不行
今天第一次知道这个网站,很喜欢。风格很简洁,内容很实用。而且“本期要点”这个栏目很好,刚才还想着要做下笔记,就发现作者直接给总结出来了。虽然现在视频不多,但是希望作者一直做下去。支持!!
@numbbbbb thx!
讲的太好了,学会了很多日常工作的git用法,多谢。
git stash 不错,非常感谢!