jenkinsci / scm-sync-configuration-plugin

Jenkins scm-sync-configuration plugin
https://plugins.jenkins.io/scm-sync-configuration/
MIT License
115 stars 123 forks source link

Questions regarding checkout directory #60

Open thorntonrose opened 6 years ago

thorntonrose commented 6 years ago

If I go into /var/jenkins_home/scm-sync-configuration/checkoutConfiguration and run git status, I see this:

On branch master Your branch is ahead of 'origin/master' by 1285 commits. (use "git push" to publish your local commits) nothing to commit, working tree clean

Yet, all the commits are showing up in my GitHub repo. Is git push happening from a different directory? If not, why does the checkout directory look like it's ahead of the remote repo?