I have a build system that I use to test the code I am currently working on. I would like the build script to pull the current code as quickly as possible from my workstation’s git repo.
I’m looking to quickly pull any changes from origin/master along with any modified files.
first pull the commited changes then pull a diff of the uncommitted changes.