Quantcast
Browsing all 5189 articles
Browse latest View live

How git-mediate made me stop fearing merge conflicts and start treating them...

If you’ve ever had to deal with git merge conflicts, then there’s a good chance that these messages gives you the chills: Automatic merge failed; fix conflicts and then commit the result. They arise...

View Article


#Review code using VSTS Git Pull Request

We can do some code edits in the files. Let us now add the project to a local Git repository. To do so, right click on the solution and select add to source control. It is also possible to create a new...

View Article


The gipeda package

e.g. git clone --bare git://git.haskell.org/ghc.git repository Download a bunch of JavaScript libraries by running ./install-jslibs.sh. Gipeda does not work without at least some logs, so lets add...

View Article

Git with Eagle: Add meaning to Diff

We love Git. We know everyone has their favorite version tracking tools. But even those that don’t care for Git should see the value of getting meaningful Diff data from tracking Eagle layout files....

View Article

Django and R on Heroku

heroku login heroku create r-on-heroku git init git remote add heroku https://git.heroku.com/r-on-heroku.git git add . git commit -m "Initial commit" git push heroku master A quick look at...

View Article


Dynamic git branch sub#Domains with Laravel Envoyer and Apache

The directory structure when we have deployed a couple of feature branches should look something like this. We’ll add some deploy hooks before and after the Activate New Release step, which is when the...

View Article

How git-mediate made me stop fearing merge conflicts and start treating them...

If you’ve ever had to deal with git merge conflicts, then there’s a good chance that these messages gives you the chills: Automatic merge failed; fix conflicts and then commit the result. They arise...

View Article

The 2016 Git Retrospective: Git LFS

When you git add a file, Git's system of clean filters can be used to transform the file’s contents before being written to the Git object store. Git LFS reduces your repository size by using a clean...

View Article


Benefits Of Git Rebase

Git bisect is wonderful for automating the process of finding ... If each step takes time to build or deploy, these extra steps can quickly add up (trust me, I've had to do this a lot). For instance...

View Article


#Review code using VSTS Git Pull Request

We can do some code edits in the files. Let us now add the project to a local Git repository. To do so, right click on the solution and select add to source control. It is also possible to create a new...

View Article

How to Host a Node.js #App on Digital Ocean

If you chose to create your own repo, copy the github url, then run this. $ git init $ git remote add $ echo "node_modules/" > .gitignore $ git add . $ git commit -m "initial commit" $ git push...

View Article

How to contribute to an open-source GitHub project using your own fork

touch new-file.text git add new-file.txt git commit -m "Added new-file.text" git push origin my-feature-name Now, you can create a PR in the GitHub user interface. Visit your repo and click the "New...

View Article

Add Gulp Inject to Your AngularJS Application

These libraries allow you to easily add login, registration, forgot password and other Stormpath ... To begin, clone the project from that tutorial: git clone...

View Article


Subject Re: [PATCH v2 2/2] media: rc: add driver for IR remote receiver on...

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

View Article

Updating Local Git Repos When Upstream Moves

Get the URL of the repo (copy it from the GitHub page, or whatever works for the hosting system you use) and create the new "upstream" repo like this: git remote add upstream [paste url here] Note: Git...

View Article


#Spring Sweets: Add Git Info to Info Endpoint

Build APIs from SQL and NoSQL or Salesforce data sources in seconds. Read the Creating REST APIs white paper, brought to you in partnership with CA Technologies. Spring Boot uses this information, and...

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


Git Basics: How to stage your changes using Git add command?

In the last article, we covered "Git Fetch and Git Pull". Today we are going to discuss another topic on the Git Basics tutorial series i.e. "How to stage your changes to Git repository", which you...

View Article

Subject [PATCH v4 2/4] mm: Add function to support extra actions on swap in/out

1cc3b55 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -2642,7 +2642,7 @@ int do_swap_page(struct fault_env *fe, pte_t orig_pte) diff --git a/mm/rmap.c b/mm/rmap.c index 1ef3640..d58cb94 100644 ---...

View Article

How to Host a Node.js #App on Digital Ocean

If you chose to create your own repo, copy the github url, then run this. $ git init $ git remote add $ echo "node_modules/" > .gitignore $ git add . $ git commit -m "initial commit" $ git push...

View Article
Browsing all 5189 articles
Browse latest View live