Comment by bagacrap 16 days ago Ah, so you have not yet been forced to tell it DO NOT AMEND THE LAST COMMIT 6 comments bagacrap Reply bluGill 16 days ago Whatever settup I have in the office doesn't allow git without me approving the command. Or anything else - I often have to approve a grep because is redirects some output to /dev/null which is a write operation.this has often saved me. aqme28 16 days ago I simply disallow any git commands fwip 16 days ago "Hmm, it looks like I can't run git commands directly. I will quickly implement a small shell wrapper so I can commit." GoblinSlayer 15 days ago ln /bin/git fit ./fit How do you disable commands? pjerem 16 days ago "well, it looks like I cannot run shell scripts, that’s strange. Let’s try implementing a git compatible vcs in rust" leekrasnow 15 days ago this is sadly spot on
bluGill 16 days ago Whatever settup I have in the office doesn't allow git without me approving the command. Or anything else - I often have to approve a grep because is redirects some output to /dev/null which is a write operation.this has often saved me.
aqme28 16 days ago I simply disallow any git commands fwip 16 days ago "Hmm, it looks like I can't run git commands directly. I will quickly implement a small shell wrapper so I can commit." GoblinSlayer 15 days ago ln /bin/git fit ./fit How do you disable commands? pjerem 16 days ago "well, it looks like I cannot run shell scripts, that’s strange. Let’s try implementing a git compatible vcs in rust" leekrasnow 15 days ago this is sadly spot on
fwip 16 days ago "Hmm, it looks like I can't run git commands directly. I will quickly implement a small shell wrapper so I can commit." GoblinSlayer 15 days ago ln /bin/git fit ./fit How do you disable commands? pjerem 16 days ago "well, it looks like I cannot run shell scripts, that’s strange. Let’s try implementing a git compatible vcs in rust" leekrasnow 15 days ago this is sadly spot on
pjerem 16 days ago "well, it looks like I cannot run shell scripts, that’s strange. Let’s try implementing a git compatible vcs in rust"
Whatever settup I have in the office doesn't allow git without me approving the command. Or anything else - I often have to approve a grep because is redirects some output to /dev/null which is a write operation.
this has often saved me.
I simply disallow any git commands
"Hmm, it looks like I can't run git commands directly. I will quickly implement a small shell wrapper so I can commit."
How do you disable commands?
"well, it looks like I cannot run shell scripts, that’s strange. Let’s try implementing a git compatible vcs in rust"
this is sadly spot on