Skip to content

kongyuaner/learngit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

$ mkdir learngit

Jacob@kongy MINGW64 /e/gittest
$ cd learngit

Jacob@kongy MINGW64 /e/gittest/learngit
$ pwd
/e/gittest/learngit

Jacob@kongy MINGW64 /e/gittest/learngit
$ git init
Initialized empty Git repository in E:/gittest/learngit/.git/

Jacob@kongy MINGW64 /e/gittest/learngit (master)
$ ls -ah
./  ../  .git/

Jacob@kongy MINGW64 /e/gittest/learngit (master)
$ git add readme.txt
fatal: pathspec 'readme.txt' did not match any files

Jacob@kongy MINGW64 /e/gittest/learngit (master)
$

git status

git branch dev
git checkout dev 
Creating a new branch is quick AND simple 解决冲突 bug
--no-f
bug分支

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published