From source blog (link here).
SVN has dry-run for know what could be change before actually run it.
Git has fetch similar (?)
SVN status will show both server change updated, Git only show local repository change status (since git is distributed system ?).
SVN and Git have mechanism to rollback to any revision ? Sometime we have to careful to search what similar feature in alternative.
Nginx has nginx -t for test configurations, what apache similar ?
SVN has dry-run for know what could be change before actually run it.
Git has fetch similar (?)
SVN status will show both server change updated, Git only show local repository change status (since git is distributed system ?).
SVN and Git have mechanism to rollback to any revision ? Sometime we have to careful to search what similar feature in alternative.
Nginx has nginx -t for test configurations, what apache similar ?
Comments
Post a Comment