01 - principles and practices
Cywing & Mercurial on Windows
Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows applications from the Cygwin environment, as well as to use Cygwin tools and applications within the Windows operating context.
It's very strange to understand for me but little by little I'll understand better.
This is a little list of what I've learned and I'll never forget:
- NEVER FORCE PUSH!
- PULL > (if nothing happen "no changes found") PUSH
- PULL > (if it find changes) HEADS > (remember to look at the other heads that appears over mine; then look at the changset number, for istance "changeset 255") > MERGE 255 > COMMIT -M "merging" > then, PULL again.