Quantcast
Browsing all 5189 articles
Browse latest View live

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


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


Subject [PATCH 38/60] staging: lustre: llite: Adding timed wait in...

diff --git a/drivers/staging/lustre/lustre/llite/llite_internal.h b/drivers/staging/lustre/lustre/llite/llite_internal.h index 501957c..ecdfd0c 100644 ---...

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

Bash Shortcuts to Enhance Your Git Workflow

According to the Git’s documentation, If the alias expansion is prefixed with an exclamation point, it will be treated as a shell command. Hey, that’s neat! We can use this to our advantage, and add...

View Article


How To Run Dokku Tiny PaaS on DreamHost Cloud

add a remote to the DreamCompute server and push the code: [localhost]$ git clone git://github.com/clee/p90xcalgen [localhost]$ git remote add dokku dokku@apps.example.com:workout # the same name used...

View Article

Add core files for low resolution analog-to-digital converter (mxs-lradc)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig @@ -212,3 +212,4 @@ obj-$(CONFIG_MFD_MT6397) += mt6397-core.o obj-$(CONFIG_MFD_ALTERA_A10SR) += altera-a10sr.o obj-$(CONFIG_MFD_SUN4I_GPADC) +=...

View Article

Workflow Automation in Git with Basic Commands

To see the complete History Of commits run the following command. git log you will see all the commits in the list. The next step is to add the URL of the GitHub repository in which you want to push...

View Article


Git-it

Git-it is a desktop app that teaches you how to use Git and GitHub ... Like this app? Be the first to add it to a collection! Create a Collection by bringing together complementary apps that have a...

View Article


Simple and handy tool to easily recall what you've done

You can install it by simply copying the `git-recall` script into any existing path (e.g. /usr/local/bin) or create your own directory and add it to the 'PATH' variable.

View Article

Version Control, File Sharing, and Collaboration Using GitHub and RStudio

Add a line, perhaps one that says “This line was added in R Studio.” Click the disk icon to save the file. Now we will commit the changes and push them to GitHub. In the upper right pane, click the...

View Article

Recreating Ulysses with VIM

It’s an easy way to add a layer of accident protection to my day. I also keep my .vimrc and other files in a Git repository, so I can have a consistent VIM environment across computers with a simple...

View Article

Getting Started with Git LFS

We can now go ahead and add it to the repository in the way we're used to. Notice that any changes to .gitattributes also have to be committed to the repository, just like other modifications: git add...

View Article


The easy release management workflow

git flow feature start feature1 After execution, the feature1 branch is created, but it exists only on your system and will not be available in the remote GitHub repository. Now you can continue with...

View Article

Drupal #Website on Azure #Web #App for #Linux Using Containers

Add a “Copy Publish Artifact” to publish the content of the deployment folder as an artifact on VSTS. This will be reused in the release steps. Test your new build by triggering a manual build or by...

View Article


Deploying your SharePoint Add-Ins

Configure Provider-Hosted Add-ins for Distribution This page explains issues that ... when obtaining a copy from a source control system such as Team Foundation Server, Git or Visual Studio Online....

View Article

Subject [PATCH-tip v5 20/21] sched, TP-futex: Make wake_up_q() return wakeup...

extern void wake_q_add(struct wake_q_head *head, struct task_struct *task); -extern void wake_up_q(struct wake_q_head *head); +extern int wake_up_q(struct wake_q_head *head); #endif /*...

View Article


Git-it

Git-it is a desktop app that teaches you how to use Git and GitHub ... Like this app? Be the first to add it to a collection! Create a Collection by bringing together complementary apps that have a...

View Article

Fast CDN-based repository clones on Bitbucket Cloud

Git and Mercurial were both started in April of 2005 by Linux ... eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 ...

View Article

Git Versioning Support in Oracle Data Integrator (...

Selecting Git as version control system will enable all the Git related ... There are a couple of useful options available when adding a new object to VCS or creating new version of an already...

View Article
Browsing all 5189 articles
Browse latest View live