Skip to content

Instantly share code, notes, and snippets.

@YuMS
Created June 29, 2016 09:28
Show Gist options
  • Select an option

  • Save YuMS/6d7639480b17523f6f01490f285da509 to your computer and use it in GitHub Desktop.

Select an option

Save YuMS/6d7639480b17523f6f01490f285da509 to your computer and use it in GitHub Desktop.

Revisions

  1. YuMS created this gist Jun 29, 2016.
    4 changes: 4 additions & 0 deletions update-git.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/bash
    sudo add-apt-repository -y ppa:git-core/ppa
    sudo apt-get update
    sudo apt-get install git -y