Skip to content
:: Gagan oN D nEt ::
You can have data without information, but you cannot have information without data..
  • Home
  • About Me
  • Big Data
  • Linux
  • Linux Networking
  • Linux Security
  • Tips n Tricks
  • Contact Me
  • Archive Blog
banner curve

Articles with the Tag git

Git Delete Merged Branches

Linux, Tips n Tricks
Published on December 19, 2014By GaganLeave a comment on Git Delete Merged Branches

Git Delete Merged Branches As a part of standard development practice in GIT, we work on feature branches to push changes into the repository and merge it when the changes are tested and approved. The old unwanted to branches keep building up over a period of time if they...

Read More

GIT: Find remote URL

Linux, Tips n Tricks
Published on April 1, 2014By GaganLeave a comment on GIT: Find remote URL

GIT: Find remote URL A short article to find remote URL where the GIT repository is cloned from. There are several methods with which we can find remote URL for the existing GIT repository. Let’s check them all out. GIT: Find remote URL We can use the git-remote command...

Read More

GIT: Working with Branches in git

Linux, Tips n Tricks
Published on June 11, 2013By GaganLeave a comment on GIT: Working with Branches in git

GIT: Working with Branches in git There are many things to mention about branch in Git, however I will document just a few minimal details related to working with branch in Git. The basic commit operation performed on a Git repository is on a single branch. In terms of...

Read More

GIT Clone a branch

Linux, Tips n Tricks
Published on October 2, 2012By GaganLeave a comment on GIT Clone a branch

GIT Clone a branch You might find a need some time to clone a certain branch of a repository instead of the entire repository. The following should be able to do the trick for you. GIT Clone a branch # git clone -b BRANCH_NAME REPOSITORY_PATH So, we will...

Read More

GIT – List Remote Branches

Linux, Tips n Tricks
Published on October 1, 2012By GaganLeave a comment on GIT – List Remote Branches

GIT – List Remote Branches While working in a version control system is a normal to use branches. It actually is a good practice to work on a code by creating a branch with several different people can work on their branch without actually disturbing the actual code used...

Read More

Posts navigation

1 2 Next
Search for:

Ad Media

Recent Posts

  • Apache Kafka – Usage Patterns
  • SQL-on-Hadoop: The Paradox of Choice
  • HDFS Heterogeneous Storage Model
  • Spark 2.0 – What’s New
  • Ambari Run Service Checks via API

Categories

  • Big Data
  • Linux
  • Linux Networking
  • Linux Security
  • Tips n Tricks
  • Uncategorized

Tags

Amazon Web Services Ambari apache Apache Hadoop awk AWS Big Data cheatsheet DevOps email find git Hadoop HDFS HDP Horton Hortonworks Hortonworks Data Platform HP Ingestion Internet of Things IoT Library Files Linux Linux Security MySQL Network PHD Pivotal Pivotal Hadoop psacct puppet Python revision control rpm sed shell script source control Streaming subversion SVN Tips tricks version control vim

Archives

  • May 2017 (1)
  • November 2016 (1)
  • August 2016 (1)
  • May 2016 (1)
  • April 2016 (2)
  • March 2016 (1)
  • February 2016 (2)
  • November 2015 (1)
  • October 2015 (1)
  • September 2015 (2)
  • August 2015 (1)
  • July 2015 (4)
  • April 2015 (1)
  • March 2015 (1)
  • February 2015 (1)
  • January 2015 (1)
  • December 2014 (1)
  • November 2014 (2)
  • October 2014 (4)
  • September 2014 (2)
  • August 2014 (1)
  • July 2014 (3)
  • June 2014 (2)
  • May 2014 (2)
  • April 2014 (5)
  • March 2014 (1)
  • January 2014 (3)
  • August 2013 (4)
  • July 2013 (1)
  • June 2013 (3)
  • May 2013 (2)
  • April 2013 (3)
  • March 2013 (7)
  • February 2013 (1)
  • January 2013 (1)
  • December 2012 (2)
  • November 2012 (2)
  • October 2012 (2)
  • September 2012 (5)
  • August 2012 (18)
  • July 2012 (23)
Copyright © 2019 :: Gagan oN D nEt ::. All rights reserved.