perform a git add when doing a homesick track
This commit is contained in:
@@ -125,6 +125,10 @@ class Homesick < Thor
|
||||
home_path = home_dir + file
|
||||
ln_s absolute_path, home_path
|
||||
end
|
||||
|
||||
inside castle_path do
|
||||
git_add absolute_path
|
||||
end
|
||||
end
|
||||
|
||||
desc "list", "List cloned castles"
|
||||
|
||||
Reference in New Issue
Block a user