Skip to content

iAlan66/helloGIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git 用法测试

问题汇总

  • IDEA 纳入版本控制的文件在 .gitignore 中如何取消
    • 在终端中输入如下指令
    • $ 清理缓存
      git rm -r . --cached
      $ 跟踪所有 .gitignore 中文件
      git add .
      $ 重新提交
      git commit -m 'update .gitignore'

Test

  • test pull
  • test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages