Posted Aug 7, 2008 21:44 UTC (Thu) by magnus (subscriber, #34778)
In reply to: Simplified porcelains? by epa
Parent article: Git Magic
> How do you get that same warm fuzzy feeling with git?
Perhaps you could use git push --dry-run to see that nothing needs to be pushed to the server.
With respect to server backups, it's worth noting that since each developer keeps a full copy
of the repository, this by itself works as a distributed backup.