[Seek Help] 在linux上都用哪个svn和git工具?
Tofloor
poster avatar
luming
deepin
2021-01-26 17:17
Author

linux对于程序员太友好了,尤其是c++和python开发用起来比windows强太多了,可是svn和git工具太令人遗憾了,或许是我没有找到好用的,不知道哪些比较好用,有经验的人给推荐一下吧

Reply Favorite View the author
All Replies
guaguale
deepin
2021-01-26 17:20
#1

应用商店搜索下啊。

Reply View the author
kinggochj
deepin
2021-01-26 17:22
#2

smartgit

 

Reply View the author
zhangsnke
deepin
2021-01-26 17:27
#3

gitkraken ,rabbitvsc

Reply View the author
wukong_android
deepin
2021-01-26 17:40
#4

直接命令啊 还要啥工具

Reply View the author
msan
deepin
2021-01-26 17:49
#5
 

我用的rabbitvsc但是需要下载别的文管,深度自带的不支持

Reply View the author
SamLukeYes
deepin
2021-01-26 18:08
#6

一般都直接用命令的,git 的话我也用 vscode 作为辅助

Reply View the author
BG7ZAG
deepin
2021-01-26 18:22
#7

git 用github desktop那个,svn可以用鹦鹉螺加Rabbitvcs,参考https://huangliangbo.com/1995

Reply View the author
caoayu
deepin
2021-01-26 18:25
#8

Reply View the author
asen2017
deepin
2021-01-26 18:34
#9

sublime merge

Reply View the author
luming
deepin
2021-01-26 18:52
#10
BG7ZAG

git 用github desktop那个,svn可以用鹦鹉螺加Rabbitvcs,参考https://huangliangbo.com/1995

谢谢,Rabbitvcs用起来不错,我有一个疑惑,我看Rabbitvcs是有git的,为啥你用另外的git工具?

Reply View the author
观摩
deepin
2021-01-26 19:16
#11

svn、git的命令行

Reply View the author
deepinuser17
deepin
2021-01-26 21:55
#12

现在都用git.  Git的命令直接使用.

 

svn已经过时了.

Reply View the author
BG7ZAG
deepin
2021-01-26 22:15
#13
luming

谢谢,Rabbitvcs用起来不错,我有一个疑惑,我看Rabbitvcs是有git的,为啥你用另外的git工具?

我只是推荐,不过我现在不用SVN,单用git,所以用github desktop,或者直接命令行也可以

Reply View the author
simple linux
deepin
2021-01-26 23:35
#14

idea 里边自带的有插件吧?? 应该不用在单独寻找了吧? 我也一般都用命令.

Reply View the author
7f
deepin
2021-01-27 01:33
#15

在vs code里,安装 git graph,有sourcetree 95%的功能

Reply View the author
翻过山峰看见云
deepin
2021-01-27 19:03
#16

git大部分时候用命令行,偶尔用smartgit,偶尔也用vscode,svn几乎不用,偶尔用下smartsvn

Reply View the author
luming
deepin
2021-01-28 01:01
#17

非常感谢大家的回复,很受用

Reply View the author