How to upgrade git?

来源:互联网 发布:美工助理的工作内容 编辑:程序博客网 时间:2024/05/20 23:39

OS: linux

When download code fail of git version old, need upgrade it. You can use the bellowing commands. Specially code management using repo, gerrit. git, svn.

sudo apt-get install python-software-propertiessudo add-apt-repository ppa:git-core/ppasudo apt-get updatesudo apt-get install git

原创粉丝点击