Entries tagged with git

Abort Capistrano 2 deployment if remote is dirty

I configured Capistrano 2 to abort deployment if remote directory is dirty.

Because uncommited changes in remote directory will cause degrade.

# Of course, modifying source code in remote directory is bad, but sometimes we need to do it.

Read On 

Create Events on Google Calendar with Git Commit

Create Events on Google Calendar with Git Commit

To track colleagues’ work or let colleagues track my work, we started using Google Calendar with writing Git Commits as events.

Read On