소스 검색

whitespace paranoia

tags/v0.2
Ben Kurtovic 13 년 전
부모
커밋
96078165a1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      gitup.py

+ 0
- 1
gitup.py 파일 보기

@@ -94,7 +94,6 @@ def update_repository(repo_path, repo_name):
status = exec_shell("git status")
if status.endswith("nothing to commit (working directory clean)"):
out(2, style("Pulling new changes...", "green"))
result = exec_shell("git pull")
out(2, "The following changes have been made since {}:".format(


불러오는 중...
취소
저장