lib/makit/git.rb in makit-0.0.38 vs lib/makit/git.rb in makit-0.0.39
- old
+ new
@@ -30,9 +30,10 @@
def self.sync
if is_git_repo && !detached
"git pull".try
"git push origin".try
+ "git push origin --tags".try
end
end
def self.pull
if is_git_repo && !detached