-
rmustaccThat is weird.
-
rmustaccI will have to reach out to the folks ther.
-
tsoomerichlowe will check, thanks!
-
gitomat[illumos-gate] 15135 stdalign.h is very C11-y, but perhaps disrespectful of C++ -- Robert Mustacchi <rm⊙fo>
-
dangergrrlsorry
-
dangergrrlis there a git thing to just ssve my changes>
-
toastersongit stash
-
toastersonand git stash apply to get them again
-
dangergrrldanke, toasterson
-
dangergrrlbut can i do that cross machines?
-
toastersonno, there you need a seperate branch
-
toastersonthats what branches are for
-
dangergrrloh, i could fork the code
-
dangergrrl!!!
-
toastersonYep valid use for forks :)
-
dangergrrlsorry, i have to mothball my illumos box
-
dangergrrlhave a paying client and the software won't run without another physical box
-
dangergrrlcan git stash save a traball?
-
dangergrrltarball\
-
alancgit stash saves whatever changes are shown by git status / git diff
-
richloweit has convenient options to save subsets, if you need that too, `git stash -k` is particularly useful.
-
richloweif you want a tarball, you want `git archive`
-
richlowesee `git help archive` there's a bunch of formats and stuff