当前位置:网站首页>Delete remote and local branches
Delete remote and local branches
2022-07-24 20:24:00 【neo_ Neo】
Take notes
- Delete remote branch
1) The directory where the current project is located , Use git branch -r Command to view all branches of the remote .
2) Switch to another branch directory
3) Execute the command to delete the remote branch :
git push origin --delete branch_name
- Delete local branch
The procedure is the same as that of remote branch deletion , Different commands : View local branch
git branch
git branch -d branch_name
// If you can't delete , Execute force delete command :
git branch -D branch_name
边栏推荐
- C# 窗体应用TreeView控件使用
- Risk control system, implemented by flink+clickhouse!
- Thymeleaf application notes
- [trial experience of Yuxin micro Wiota ad hoc network protocol development kit] RT thread BSP Software package production
- Actual measurement of Qunhui 71000 Gigabit Network
- The U.S. economy continues to be weak, and Microsoft has frozen recruitment: the cloud business and security software departments have become the hardest hit
- [training Day6] triangle [mathematics] [violence]
- [FreeRTOS] 10 event flag group
- 147-利用路由元信息设置是否缓存——include和exclude使用——activated和deactivated的使用
- How to view the execution plan of a stored procedure in Youxuan database
猜你喜欢

Synthesis of peptide nucleic acid PNA labeled with heptachydrin dye cy7 cy7-pna
![[training Day8] interesting number [digital DP]](/img/39/caad2ccff916d5ab0f8c3d93f3901d.png)
[training Day8] interesting number [digital DP]

Alibaba sentinel basic operation

How to apply Po mode in selenium automated testing

TCP sliding window, singleton mode (lazy and hungry) double checked locking / double checked locking (DCL)
![[training Day6] triangle [mathematics] [violence]](/img/57/d603886c202de7d46ea03487b633f5.png)
[training Day6] triangle [mathematics] [violence]

Install MySQL 5.7.37 on windows10

Todolist case

Do you want to enroll in a training class or study by yourself?
![[training Day10] tree [interval DP]](/img/2d/807cabc257f67fb708ed9588769de3.png)
[training Day10] tree [interval DP]
随机推荐
C form application treeview control use
How to set appium script startup parameters
How does starknet change the L2 landscape?
Call Baidu AI open platform to realize image and character recognition
Huawei set up login with account and password
Selenium is detected as a crawler. How to shield and bypass it
From code farmer to great musician, you only need these music processing tools
Markdown to PDF API data interface
Modulenotfounderror: no module named 'pysat.solvers' (resolved)
Todolist case
Home Assistant中接入博联WiFi智能遥控
Lunch break train & problem thinking: thinking about the problem of converting the string formed by hour: minute: second to second
Lights of thousands of families in the year of xinchou
Please ask a question. Follow the quick start method. After creating the table, the Flink SQL queries and displays the table structure, but there is an error when it exceeds the limit. What should we
Wechat applet -that.setdata ({}) set complex field data
OpenGL (1) vertex buffer
[learning notes] agc008
Analysis of xmldecoder parsing process
02 | environment preparation: how to install and configure a basic PHP development environment under windows?
[trial experience of Yuxin micro Wiota ad hoc network protocol development kit] RT thread BSP Software package production