Quantcast
Browsing all 5189 articles
Browse latest View live

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


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


Add tags to commits in Bitbucket

Bitbucket users have asked us how they can cut out this back and forth and tag commits directly from Bitbucket Cloud’s UI, and today we’re launching this capability to add annotated git tags and...

View Article

Mastering Git — Why Rebase is amazing

After this command, your last X commit changes will be unstaged so you’ll need to create a new commit to override them. git add . git commit -am "Feature Z is completed" This way is great when you open...

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


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

regulator: anatop: Add support for "anatop-enable-bit"

git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to...

View Article

How I manage my work and personal GitHub accounts

When someone gives me an SSH-based Git URL, I manually doctor the hostname by adding the "home-" or "work-" prefix. After that, everything just works. If I forget to edit the hostname, I have defaults...

View Article


Add authentication to your #iOS app

In this tutorial, you add authentication to the iOS quick start project using ... Download the Node.js backend quickstart code project using Git. In Xcode, press Run to start the app. An exception is...

View Article


Using ODI with Git Versioning – Part 2: A #Game of Tag

Once our tag is in git we can use create deployment archive from VCS label to generate the archives. This gives us a set of zip file we can add to git and then deploy. Better yet we can use the ODI...

View Article

x86/cpu: Add X86_FEATURE_CPUID

diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h index eafee31..a0f4ff2 100644 --- a/arch/x86/include/asm/cpufeatures.h +++ b/arch/x86/include/asm/cpufeatures.h @@...

View Article

3 Git Commands I Use Every Day

Yes, I'm going to skip git status. No, they aren't Git commands you've never heard. So you've been hacking away all day on some changes, then you add all of them with git add . or git add -A. Oh, the...

View Article

Visual Studio Code: My New Favorite Code Editor

Other standard Git commands such as sync, pull ... You can then hit Command-D to add another cursor to the next instance, or Shift-Command-L to add a cursor to all instances. Mass-editing, easily....

View Article


Add tags to commits in Bitbucket

Bitbucket users have asked us how they can cut out this back and forth and tag commits directly from Bitbucket Cloud’s UI, and today we’re launching this capability to add annotated git tags and...

View Article

Using ODI with Git Versioning – Part 2: A #Game of Tag

Once our tag is in git we can use create deployment archive from VCS label to generate the archives. This gives us a set of zip file we can add to git and then deploy. Better yet we can use the ODI...

View Article


Install laravel 5

Database partitioning If you havent, then you need follow steps 3 to 6 from above, to initialize a local Git repo and add your fortrabbit remote. Database gif MySQL configuration ¶ If you have choosen...

View Article

Using Illuminate Database With Eloquent in Your PHP #App Without Laravel

We will use git, so we create a .gitignore file ... This will generate a vendor folder which we can add to gitignore (this is also an optional step). Let’s add a config file for our database...

View Article


Splitting up Git administer permissions

Like everything in VSTS and TFS, Git repos are protected by a set of permissions ... separate individuals control branch policies (the repo owner), adding & removing other people’s permissions...

View Article

Subject [PATCH 05/10] perf, tools: Add debug support for outputing alias string

For perf stat/record it is folded into the normal -v. For perf list -v was taken, so we use --debug. diff --git a/tools/perf/builtin-list.c b/tools/perf/builtin-list.c index ba9322ff858b..3b9d98b5feef...

View Article

Blue Ocean Dev Log: January Week #4

blueCreate to the URL in you browser, and then press the "New Pipeline" button. Currently it lets you quickly create a Pipeline from Git, add credentials, etc, in a very nice UX. More SCM types are...

View Article
Browsing all 5189 articles
Browse latest View live