We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd1e77 commit a1bcbbbCopy full SHA for a1bcbbb
data/archives/sysadmin/gitsyncd.service
@@ -13,6 +13,10 @@ ExecStartPre=/bin/bash -c 'current_name=$(git config --global user.name || true)
13
ExecStartPre=/bin/bash -c 'current_email=$(git config --global user.email || true); \
14
if [ "$current_email" != "1333217+khurshid-alam@users.noreply.github.com" ]; \
15
then git config --global user.email "1333217+khurshid-alam@users.noreply.github.com"; fi'
16
+
17
18
+# Set branch.master.sync to true
19
+ExecStartPre=/usr/bin/git config --bool branch.master.sync true
20
21
22
ExecStart=/usr/local/bin/gitsyncd -n /home/sysadmin
0 commit comments