8 lines
130 B
Markdown
Executable File
8 lines
130 B
Markdown
Executable File
# install or update git
|
|
|
|
|
|
``` bash
|
|
$ sudo add-apt-repository ppa:git-core/ppa
|
|
$ sudo apt-get update
|
|
$ sudo apt-get install git
|
|
``` |