Quantcast
Browsing all 5189 articles
Browse latest View live

Subject [PATCH 52/63] staging: r8188eu: rename rtl8188e_Add_RateATid to...

void rtw_hal_add_ra_tid(struct adapter *adapt, u32 bitmap, u8 arg, diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c b/drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c index 40a0114..18f69b8 100644...

View Article


Silverlake Axis continues to sell down Global Infotech stake

But it said that the sale would let it "realise the returns" on its investment in GIT, adding that the Silverlake Axis group would book an estimated gain of about 31.13 million yuan on the disposal. It...

View Article


How to Make a #Twitter Bot in Under an Hour

git init This makes a new git repository. Basically, it creates a space for you to put your code. git add . This tells git that it’s going to process all the files in your current folder. git commit...

View Article

Token-based authorship information from Git

(Adding branches makes things a bit more interesting, but the basic concepts of a merge and a tree of history are common to all version control systems.) So it might be better written as a general tool...

View Article

Let's Go: Command-Line Programs With Golang

Note that the current version of multi-git requires that you create the branches individually, but I may add this feature at a later date. By exploring the way multi-git is implemented, you will learn...

View Article


11 Simple npm Tricks That Will Knock Your Wombat Socks Off

true' : 'false') +"}' "); cp.execSync('git remote add origin '+ 'https://github.com/'+USER+'/' + basename + '.git'); } return undefined; }), main: prompt('entry point', 'index.js'), repository: { type:...

View Article

Git Commands 101: Commit & Push

Cycligent Git Tool makes life that much easier by letting you forget about using the command line all together. Here you have the luxury of selecting the files you want to commit using the checkboxes....

View Article

Subject [PATCH v3 2/2] dmaengine: tegra210-adma: Add memcpy support

diff --git a/drivers/dma/tegra210-adma.c b/drivers/dma/tegra210-adma.c index 5b5d298..1a7148d 100644 --- a/drivers/dma/tegra210-adma.c +++ b/drivers/dma/tegra210-adma.c #define ADMA_CH_CTRL_RX_REQ(val)...

View Article


Analyze pull requests and Travis builds using Rperform

mkdir Rperform touch Rperform/index.html Commit and push the changes. Then, checkout into the master branch. git add Rperform/index.html git commit -m "Added Rperform directory in gh-pages branch" git...

View Article


One-keystroke git commits with Visual Studio Code

First, you view the changes with git diff, maybe refine the output with advanced options, then git add the files and finally git commit the changes. Make a couple of typos on the way and this adds up...

View Article

Migrating to AWS CodeCommit

In SourceTree, select your repository and go to Repository/Repository Settings. Then, add a new origin. It will be in this format: ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/MyCoolApp Once...

View Article

Getting started using Visual Studio Team Services VSTS for source control

Start by opening the project in Visual Studio and open the Solution Explorer. Right click on the solution and choose Add Solution to Source Control. We created a Git project initially, so choose Git...

View Article

Git 2.10 Version Control System Is a Massive Release with Over 150 Changes

Git 2.10 is here to add over 150 improvements since the previous stable branch, Git 2.9, which received a total of three maintenance update since its launch on mid-June 2016. Yes, only two and a half...

View Article


One-keystroke git commits with Visual Studio Code

First, you view the changes with git diff, maybe refine the output with advanced options, then git add the files and finally git commit the changes. Make a couple of typos on the way and this adds up...

View Article

Subject Re: [RFC][PATCH 7/7] perf/annotate: Add branch stack / basic block...

> > patch, that is now at: > > https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=perf/annotate_basic_blocks&id=baf41a43fa439ac534d21e41882a7858d5cee1e5 Uh, you seem...

View Article


Tutorial: Setting Up An Awesome Git/CLI Environment on #Windows

In System Variables, find PATH and add a new entry pointing to your git binaries and cmd, in my case I have them in C:\Program Files\Git\bin and C:\Program Files\Git\cmd. If you click on ‘properties’...

View Article

Getting started using Visual Studio Team Services VSTS for source control

Start by opening the project in Visual Studio and open the Solution Explorer. Right click on the solution and choose Add Solution to Source Control. We created a Git project initially, so choose Git...

View Article


Contributing to Github Projects

git remote add upstream https://github.com/f5networks/f5-common-python # Verify git remote -v origin https://github.com/jasonrahm/f5-common-python.git (fetch) origin...

View Article

Subject [RESEND PATCH v7 1/4] phy: Add reset callback

diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c index 8eca906..32e838d 100644 --- a/drivers/phy/phy-core.c +++ b/drivers/phy/phy-core.c @@ -357,6 +357,20 @@ int phy_set_mode(struct phy...

View Article

Five Bitbucket Add-Ons to Make Your Life Easier

The add-on forges a link between a Bitbucket repository and it's ... and explode 3D objects tracked in your Git repositories. On a slightly more frivolous note, you could also check out this file...

View Article
Browsing all 5189 articles
Browse latest View live