我已經創建了一個名爲zz的項目,它有一個名爲ruby.rb的文件。我正在使用git。我已經將ruby.rb添加到臨時區域。現在我已經修改了ruby.rb文件,並使用git status
以下是輸出。git是否會創建額外的文件
[email protected]:/home/rapps/zz$ git status
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: ruby.rb
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# ruby.rb~
no changes added to commit (use "git add" and/or "git commit -a")
現在我看到另一個文件ruby.rb〜雖然,我沒有創建它。是git創建這個文件。我在互聯網上看過教程,我想我只在我的系統上找到過這個教程。
我在Ubuntu 10.10上使用gedit和gmate plug-gins。
是的,我已經啓用在gedit備份系統。現在我已將*〜添加到我的.gitignore文件中。 – Nikhil 2011-03-23 21:15:07