Git updater shell script - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
I updated the initial post, adding a log to the git pull branch:
Code: git log $LOCAL..$REMOTE --date=short --pretty=format:" - New [%ad] : %s“ I noticed that I, sometimes, want to know what has changed. Results: Code: % ./gitup.sh I have noticed that it takes a while to process 14 repositories. I consider a rewrite in an actual programming language - shell scripts don’t work well with threads. (I tried playing with the parallel command, but it makes the code hard to read.) -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
Messages In This Thread |
Git updater shell script - by jkl - 10-09-2020, 02:30 AM
RE: Git updater shell script - by venam - 10-09-2020, 02:43 AM
RE: Git updater shell script - by jkl - 10-09-2020, 02:51 AM
RE: Git updater shell script - by jkl - 13-10-2020, 06:16 AM
RE: Git updater shell script - by mcol - 14-10-2020, 03:19 PM
RE: Git updater shell script - by jkl - 14-10-2020, 07:19 PM
RE: Git updater shell script - by mcol - 15-10-2020, 09:03 AM
RE: Git updater shell script - by Halfwit - 28-11-2020, 09:00 PM
|