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

Ways to contribute to FCC that don't involve heavy Git knowledge?

all I know how to do is commit, push, pull and add haha (and maybe super basic branching) for personal projects. What can I do to contribute to FCC that doesn't require me to be a git ninja? I'm...

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


Contribute Your Code on Drupal.org, Part 5: Upload Your Project Files

Now we need to tell git to copy our files to Drupal's sandbox for the project. git add -A git commit -m git push -u origin 8.x-1.x This first command, "git add -A" will commit all the files that are...

View Article

Subject [PATCH v2 4/4] staging: #Android/ion: Use variable names in header

diff --git a/drivers/staging/android/ion/ion_priv.h b/drivers/staging/android/ion/ion_priv.h index 00d8b53..5b3059c 100644 --- a/drivers/staging/android/ion/ion_priv.h +++...

View Article

How to import and manage puppet Modules in Katello

Puppet module can be imported into the repository from Git, Puppet forge and local puppet modules directory ... opt/modules” Go to the “Puppet Modules” and click on “+Add New Module” Select the latest...

View Article


Subject [PATCH v4 2/4] dt-bindings: Add LEGO MINDSTORMS EV3 compatible...

diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt index f0841ce..715622c 100644 --- a/Documentation/devicetree/bindings/arm/davinci.txt...

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 Use Vagrant And Git To Develop A #WordPress Theme

If you’ve already set up Git on your DreamHost server, you should be able to add a new remote to your local repository and push the changes live. This is only a simplified introduction to Vagrant and...

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


Can I use Git to deploy my asp.net #Website to #Microsoft Azure?

We’ll add the website to our Git repository. We’ll then push it to BitBucket to see everything in action Let’s look at each of these in turn. All of these instructions are for machines running Windows....

View Article

Subject [PATCH 08/22] openrisc: add cmpxchg and xchg implementations

10,8 +10,6 @@ generic-y += bugs.h generic-y += cacheflush.h generic-y += checksum.h generic-y += clkdev.h -generic-y += cmpxchg-local.h -generic-y += cmpxchg.h generic-y += cputime.h generic-y +=...

View Article

Automating Puppet tests with a Jenkins #Job, version 1.0

It should be pretty apparent where to change Git/GitHub to the system/platform you chose. Enter the Repository URL. We’ll come back and add a credential soon. Branches to build: **. You can restrict it...

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


Darkest Dungeon update adding enemies, but expansion delayed

Some of that git Vvulf’s mega-tough bandit pals will roam beyond that ... “After the decision was made to double down and add content as part of the Radiant update, this unavoidably shifts Crimson...

View Article

Use Docker remotely on Atomic Host

If you’re using Openstack, add TCP port 2376 in your security rule ... If you want to clone the playbook and the config file, there is a git repository available here.

View Article


Can I use Git to deploy my asp.net #Website to #Microsoft Azure?

We’ll add the website to our Git repository. We’ll then push it to BitBucket to see everything in action Let’s look at each of these in turn. All of these instructions are for machines running Windows....

View Article

Migrating 140,000 commits from Mercurial to Git

git-filter-branch` supports pruning empty commits with `--prune-empty`, but some experimentation showed it would take over 2 hours to completely process the history. Luckily, not only has somebody...

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

How to present your data science portfolio on Github

Ideally, you should use the same email you used earlier to configure git. Create an SSH key Add the key to your Github account The above setup will let you push commits to Github, and pull commits from...

View Article

Subject: [PATCH] LSM: Add /sys/kernel/security/lsm

hooks[i].head); +extern void security_add_hooks(struct security_hook_list *hooks, int count, + char *lsm); #ifdef CONFIG_SECURITY_SELINUX_DISABLE diff --git a/security/apparmor/lsm.c...

View Article
Browsing all 5189 articles
Browse latest View live