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 Articlermr-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 ArticleGit 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 ArticleLeftovers: #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 ArticleGit 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 ArticleNoms 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 ArticleHow 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 ArticleGit 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 ArticleHow 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 ArticleHow 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 ArticleGit 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 ArticleBeyond 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 ArticleTed 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 ArticleSubject 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 ArticleHow 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 ArticleCreating 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 ArticlePractical 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 ArticleSubject [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 ArticleHands 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 Articlediff --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