You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple bash script to help webdevelopers that use git.
It will create folder with files from last commit, or any commit that we choose with the same folder structure as in our project. After that to update live server or maybe dev server just need to copy content of this folder to our server.
You can choose from what commit script will start looking for changed files and on what commit it should stop.