|
Re: Git on Windows vs Git on Unix/Linux
most likely \r\n vs \n issues
use Notepad++ (or equiv) and see if it is unix or dos/windows encoded
My expertise is SVN (and subclipse, no Command line needed) but you might want to check the mode: text or binary. It needs to be text or \n will not be translated to \r\n automatically (and vice versa and same for \r mac)
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|