Skip to main content

push and delete remote branches

This is an action that many Git users need to do frequently, but many (including the me!!) have forgotten how to do so or simply don’t know how. Here’s the definitive guide if you’ve forgotten. For this reason I put it on my dev site on cofares the with free articles resources galaxy of sites.

So you have checked out a new branch, committed some awesome changes, but now you need to share this branch though with another developer. You can push the branch up to a remote very simply:

git push origin <pascal>

Where origin is your remote name and <pascal> is the name of the branch you want to push up.

Deleting is also a pretty simple task:

git push origin :<pascal>

That will delete the newfeature branch on the origin remote, but you’ll still need to delete the branch locally with  

git branch -d <pascal>


Comments

  1. khi tre so sinh bi suy dinh duong là điều mà các bậc cha mẹ rất lo lắng,bài viết sao đây sẽ chia sẽ cach cham soc tre so sinh bi suy dinh duong.bọn trẻ con bây giờ rất hiếu động,có nhửng đứa mãi chơi mà quên ăn,click vào bài viết này chia sẻ meo tri bieng an o tre rất hay nè bà con.
    Cần phải trang bị cho mình một ít kiến thức khi mang thai.Bài viết sau đây sẻ giúp bạn hiểu hơn khi mẹ bầu bị ho thì nên sử dụng loại thuốc nào: bai thuoc tri ho cho me bau.Bên cạnh đó củng cần phải quan tâm thực phẩm bà bầu nên ăn trong 3 tháng đầu ,để giữ cho mẹ bầu có 1 chế độ dinh dưỡng hợp lý nhất.

    ReplyDelete

Post a Comment

Pascal Fares and Open Source Lebanese Movement >

Popular posts from this blog

Setting up MySQL SSL and secure connections

There are different articles on how to setup MySQL with SSL but it’s sometimes difficult to end up with a good simple one. Usually, setting up MySQL SSL is not really a smooth process due to such factors like “it’s not your day”, something is broken apparently or the documentation lies... Read this article : Setting up MySQL SSL and secure connections Pre-requisite : Creating SSL Certificates and Keys Using openssl

Python

Python is an easy to learn and powerful programming language, with a comprehensive standard library that provides functions and interfaces for almost any task. It is object-oriented, extensible and interpreter-based, which means it scales well to all types of projects, from small scripts to extensive code bases. Its elegant syntax allows writing code that is extremely readable and concise. http://www.python.org/