Tags
backup beta compile computer conversion crash crontab decimal firefox fmadm game gcc git hexadecimal hp java jumpstart kernel kill linux math microsoft networker nfs opensolaris opensource patch pkg programming psexec SAN SCAT smpatch solaris sparc ssh strace sun t-mobile tap thunderbird ucigame update windows windows 7 zfs
Tag Archives: git
ignore files in git
A common problem we have in our git directories are files that are generated automatically. You can do a simple thing to prep for things by creating a .gitignore file in the root of your git directory. For example here … Continue reading
untrack files in git
Today I learned how to untrack files that have already been added to a git repository. The following command will stop tracking but keep the file there intact. This is good for directories that have auto generated files every so … Continue reading
Git on with it
At work we started to do a roll out of git for our revision control instead of our current system of RCS. RCS isn’t a bad way of doing revision control (1995 I think) but git might be the way … Continue reading
Compile time
After solving that little jumpstart issue, I can turn my head towards compiling git 1.6.1 for Solaris 9 sparc. Unfortunately, I keep running into different problems. When using cc in sun-lang 12, it compiles but it fails a number of … Continue reading