gnu-system-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making git as easy as CVS, for handling merge conflicts - Don't give


From: gameonlinux
Subject: Re: Making git as easy as CVS, for handling merge conflicts - Don't give up yet
Date: Tue, 05 Nov 2019 03:31:54 +0000
User-agent: Roundcube Webmail/1.3.6

You could make a script to automate it into one command:
git add [FILE]
git commit -m "x" [FILE]
torify git push

Don't give up on git yet.
Otherwise what if you want to make large sweeping additions to the fully-free 3d videogame I contribute to?

( libregamewiki.org/Chaos_Esque_Anthology )

The engine is in C, the game code in QuakeC: which has No arrays! And no memory pointers! Doesn't that sound good? It only has floats, strings, and entities. Now there is a hack to add "arrays" but they are global in scope and 1 dimensional (so what's the point...), and static (can't be dynamically allocated).

RMS: don't you like QuakeC?

Please?
On 2019-11-05 03:14, Richard Stallman wrote:
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

If you like the staging feature, I am glad that git pleases you.
However, it meant that my simple recipe for committing my changes
did not work.

I will stick to CVS.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]