Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lightweight version control software on Linux

I'm working with a shell account in a shared system and I would like to use some version control software for my bash scripts and config files.

It must works on Linux with no dependencies, just unpack it in my home dir. I don't need remote checkout, branching or other fancy tricks. I want to be able to commit my changes and restore them if needed.

like image 967
Dario Castañé Avatar asked Jan 18 '26 08:01

Dario Castañé


1 Answers

Try Git.

like image 77
adam Avatar answered Jan 20 '26 21:01

adam