X Tutup
Skip to content

sandouchen/xcode_tool

 
 

Repository files navigation

更新方法

git add . (添加更新)

git status (查看状态)

git commit -m "" (创建更新提示)

git push origin master (上传到github工程目录下)

git pull origin master(更新)

PUSH失败做法

git pull --rebase origin master

git push -u origin master

使用方法:

1. git clone https://github.com/sandouchen/xcode_tool
2. cd xcode_tool
3. ./setup_snippets.sh

About

The snippet of xcode will be stored in ~/Library/Developer/Xcode/UserData/CodeSnippets/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 92.7%
  • Objective-C++ 4.2%
  • C++ 1.8%
  • Shell 0.7%
  • C 0.3%
  • Python 0.2%
  • Other 0.1%
X Tutup