Quantcast
Channel: GIT ADD - News RSS Feed
Browsing all 5189 articles
Browse latest View live

How the Heck Do I Use GitHub?

To get this empty README file to GitHub, you need to push it with a couple of commands. Here's the first: git remote add origin https://github.com/yourusername/Hello-World.git You need to replace...

View Article


rmr-django 1.1.4

[Build Status](https://travis-ci.org/RedMadRobot/rmr_django.svg?branch=version_1.x)](https://travis-ci.org/RedMadRobot/rmr_django) ## Install * add -e...

View Article


Git hook to catch placeholders and temporary changes (TODO / @ignore) before...

Note that all matches are case-sensitive. You can repeatedly add patterns, and each of them will be matched in turn. To get, remove or totally clear your config, use the standard Git Config commands:...

View Article

Leftovers: #Software

In this article, we'll take a look at some convenience add-ons to help you integrate Git comfortably into your everyday workflow. I learned Git before many of these fancy interfaces existed, and my...

View Article

Git for Beginners

The next step is to create some files in the directory. You could use a text editor like Vim. Note that if you are going to add Git to an already existing directory, you do not need to perform this...

View Article


Noms offers a Git-like solution for structured data

With Git, multiple users on a team can have local copies of in-development ... What if multiple software systems were able to add and sync large amounts of data between them? This is where Noms comes...

View Article

How to Speed Up Ad-hoc Analytics with #SparkSQL, Parquet, and Alluxio

git clone git://github.com/alluxio/alluxio.git cd alluxio git ... We also make a few changes to the configuration, adding alluxio-env.sh: ALLUXIO_MASTER_HOSTNAME=${ALLUXIO_MASTER_HOSTNAME:-"node1 host...

View Article

Git hook to catch placeholders and temporary changes (TODO / @ignore) before...

Note that all matches are case-sensitive. You can repeatedly add patterns, and each of them will be matched in turn. To get, remove or totally clear your config, use the standard Git Config commands:...

View Article


How to Deploy an #App from GitHub with AWS CodeDeploy

Run the following commands, in sequence, where again the username will be your GitHub username: git init git add README.md git commit -m "My first commit" git remote add origin...

View Article


How the Heck Do I Use GitHub?

To get this empty README file to GitHub, you need to push it with a couple of commands. Here's the first: git remote add origin https://github.com/yourusername/Hello-World.git You need to replace...

View Article

Git for Beginners

The next step is to create some files in the directory. You could use a text editor like Vim. Note that if you are going to add Git to an already existing directory, you do not need to perform this...

View Article

Beyond Beginning Git: Bundle and Retrospective Branching

In a couple previous articles, I talk about features that go beyond the first steps in Git. In the first I discussed the working tree, index, and HEAD. In the second I discussed exclude and interactive...

View Article

Ted Jeske on leadership: Put other people first and your career will take off

We were sort of git'r done, good at getting product out the door ... Starting out with the GEMBA Control Board, we would identify issues. Then as you add them up, you can see what's going on. You see...

View Article


Subject Re: [PATCH v5 7/8] PM / devfreq: rockchip: add devfreq driver for...

[if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:...

View Article

How to install and Configure Jenkins on CentOS 7 and RHEL 7

So we need to add jenkins repository using the beneath commands ... firewall-cmd --reload success [root@jenkins ~]# Now Configure GitHub project using git plugin in Jenkins. Let’s Assume I have a...

View Article


Creating your first snappy interface

diff --git a/interfaces/builtin/all_test.go b/interfaces/builtin ... You should have three patches: The first one adding the dummy hello interface The second one registering it with allInterfaces The...

View Article

Practical Git for Everyday Professional Use

You can set up global "git config" settings that apply to all git projects on your system. In this lesson, we review how the ./gitconfig file works. We then add our own git config settings: username,...

View Article


Subject [PATCH v2 07/10] clk: qcom: Add support to enable FSM mode for...

diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c index 8b8710f..e8f3505 100644 --- a/drivers/clk/qcom/clk-alpha-pll.c +++ b/drivers/clk/qcom/clk-alpha-pll.c diff --git...

View Article

Hands on With Eclipse Che: Che's Git Menu

Once you've made any changes, you should commit them to the repo. To do this, Git requires adding changes to an index before committing them. To add something to index, you should select a file or a...

View Article

diff --git a/Zend/zend_multiply.h b/Zend/zend_multiply.h

diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 360231b..8ebe471 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -445,7 +445,7 @@ ZEND_API void...

View Article
Browsing all 5189 articles
Browse latest View live