1. 程式人生 > >pycharm + git 的集成使用

pycharm + git 的集成使用

右上角 http 圖標 default img alt ima com src

1. 下載git 和Pycharm並安裝

2. 打開Pycharm, 點擊 file-->Default Settins-->Version Control-->Git 然後在 Path to Git executable中選擇本地的git.exe 路徑。

如下所示:

技術分享圖片

3. 點擊導航欄中的VCS -> Checkout from Version Control -> Git

技術分享圖片

4. 在Git Repository URL 中填寫git倉庫的地址,輸入保存的路徑,點擊clone。

隨後輸入賬號和密碼,此時便可看到拉下來的代碼了。

技術分享圖片

5. 如何添加文件呢?

右鍵文件 -> 選擇Git-> Add

6. 提交代碼,更新代碼

點擊右上角的commit 圖標(Ctrl+K)進行提交,點擊update 圖標(Ctrl+T)進行更新

技術分享圖片

pycharm + git 的集成使用