Subject [PATCH v2 net-next] mlx5: Add ndo_poll_controller() implementation
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c index b58cfe3..7eaf380 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c...
View ArticleGet Your Git Tips Right Here!
You’ll want to edit each file with conflicts, resolve those conflicts, and then do a git add for those files. git status vi $file # where $file is the file list in the status message git add $file #...
View ArticleStashing in Git
Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified:...
View ArticleFive 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 ArticleUse Git and TFVC repos in the same team project
In Team Foundation Server 2015 Update 1, a project administrator can add a Git repo to a team project created with Team Foundation Version Control (TFVC). You can also add a TFVC repo to a team project...
View ArticleBuilding Cloud Deployment With Atlassian Add-Ons
Add-ons are an accessory to software and software testing tools ... SVN interacts with FishEye to compile and integrate activities across Git, Mercurial, the Concurrent Versions System (CVS), and...
View ArticleResolving GitHub Merge Conflicts
Copy that URL. Now we need to tell git where the upstream is, and then tell git to fetch information from the upstream. git remote add upstream https://github.com/Moya/Moya.git git fetch upstream Okay,...
View Article20 Git Commands For Beginners
Git does not allow an empty directory to be committed in the repo. Therefore we can use a hack for it. To create an empty directory you need to add a file called .gitkeep in the empty directory (which...
View ArticleStashing in Git
Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified:...
View ArticleFive 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 ArticleResolving GitHub Merge Conflicts
Copy that URL. Now we need to tell git where the upstream is, and then tell git to fetch information from the upstream. git remote add upstream https://github.com/Moya/Moya.git git fetch upstream Okay,...
View ArticleSubject [PATCH 6/9] dm: Rename dm_event_add to dm_event_queue
void dm_uevent_add(struct mapped_device *md, struct list_head *elist) +void dm_uevent_queue(struct mapped_device *md, struct list_head *elist) Hand off the uevent to the device's list of pending...
View ArticleContinuous Development and Integration with Git, TFS, Nuget and Artifactory –...
You can also create new repositories from repository dropdown. We have created our Git repository. Now it’s time to add source into the repository. To add code, you'll first need to clone your repo to...
View ArticleIgnore file changes with Git
If a file is already tracked by Git, adding that file to your .gitignore is not enough to ignore changes to the file. You also need to remove the information about the file from Git's index: These...
View ArticleDreamHost Adds Git Support on All DreamPress Accounts / Managed #WordPress...
Adding Git to DreamPress' long-standing support of Secure Shell Access (SSH) and WP-CLI, the open WordPress command line interface, makes DreamPress an ideal development environment for WordPress theme...
View Article3 Community Tutorials: Install Transport Tycoon, XFCE, and a Command-Line...
Find out how to add each one of these tweaks to your PocketC.H.I.P. in the ... The downloader won’t replace git as your go-to utility for working with repositories, but it does make searching,...
View ArticleDreamHost Adds Git Support on All DreamPress Accounts
Adding Git to DreamPress' long-standing support of Secure Shell Access (SSH) and WP-CLI, the open WordPress command line interface, makes DreamPress an ideal development environment for WordPress theme...
View ArticleGit 2.10 Version Control System Gets Its First Point Release, Adds 94 Changes
Git 2.10 brought over 150 improvements, and now Git 2.10.1 is here as the most advanced build of the software, adding 94 changes that include fixes to the "diff-highlight" script, the "git symbolic-ref...
View ArticleGet Your Git Tips Right Here!
You’ll want to edit each file with conflicts, resolve those conflicts, and then do a git add for those files. git status vi $file # where $file is the file list in the status message git add $file #...
View ArticleUse Git and TFVC repos in the same team project
In Team Foundation Server 2015 Update 1, a project administrator can add a Git repo to a team project created with Team Foundation Version Control (TFVC). You can also add a TFVC repo to a team project...
View Article