X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=copy-gitattributes-to-branches.sh;h=03c4d2b0e35223477e77a756b9c0290d5c94430e;hp=cdb50ba6d50b308d99caa98d62a30a4215a29abe;hb=6b94755796296e5edbdf79ffb1bf937d240c4435;hpb=c9bc849a1eb42320042d0dea931c4dcc9859b9a0 diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index cdb50ba6..03c4d2b0 100755 --- a/copy-gitattributes-to-branches.sh +++ b/copy-gitattributes-to-branches.sh @@ -26,6 +26,7 @@ case "$1" in git update-index --refresh git commit -a -m"CRLF fixes, .gitattributes file updated" done + git checkout master true ;; *)