0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【git】vscode上で快適にgitを使う

Posted at

Gitを使う際にsource treeを使って操作をするという方も多いのではないかと思います。
私も最初はsource treeを使っていたのですがこのソフトなかなか重たいんですよね、、
しかもコンフリクトを解決しようとすると結局vscode上で解決していたので、
これって全部vscode上でやった方が早いのではと思い、好みの問題かもしれませんがvscode上でgit操作を快適にする方法を調べました。

#git graph

そのままだとコミットツリーが見えないので、git graphという拡張機能をインストール。
これを入れるとコミットツリーが見えるようになるだけでなくチェックアウト、マージなどの操作も簡単に行えるようになります。

#ステージング・コミット・プッシュ

左側のgitのアイコンから簡単に行えます。

63A568D8-0BBB-4BC8-9588-76196CC8509F.jpeg

——

viscideでgit を使うとかなり快適なので試してみて下さい。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?