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

ASoC: intel: byt: Add #Headset jack

diff --git a/sound/soc/intel/boards/bytcr_rt5651.c b/sound/soc/intel/boards/bytcr_rt5651.c index 51de1bbe8ecd..0df9067e4382 100644 --- a/sound/soc/intel/boards/bytcr_rt5651.c +++...

View Article


Understanding Git — Explain it Like I’m Five (part 1)

These are not yet staged. 😎 As a shortcut, you can use wildcards just like with any other terminal command. For example: git add README.md app/*.txt This will open your default command-line text editor...

View Article


Git and #WordPress: How to Auto-Update Posts with Pull Requests

We can do this by modifying our githook/index.php file:

View Article

Daily git usage

git commit -m "{message}" maybe 15 ... s - smart commit l - pretty log h - smart checkout Delete files from the next commit: No staged files Add files to the next commit: [1] modified:...

View Article

Subject [PATCH v4 1/2] dt-bindings: watch#Dog: Add Spreadtrum watch#Dog...

This patch adds the documentation for Spreadtrum watchdog driver. create mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt diff --git...

View Article


Beginning ReactJS with TypeScript – Part II. Learn to use Git and Git Hub.

Lets make that connection. Locally in Git Bash type the following command and hit enter. git remote add origin https://github.com/manish-patil/react-typescript The command will add a reference to the...

View Article

Subject [PATCH v2 1/2] regmap: Add hardware spinlock support

We always set the timeout as maximum values to avoid getting lock failed. - Coding style fixes. diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h index 2a4435d..8641183...

View Article

GitHub For Beginners: Commit, Push And Go

So let’s get cracking. First, we need to tell Git that a remote repository actually exists somewhere online. We do this by adding it to Git’s knowledge. Just like Git didn’t acknowledge our files until...

View Article


Git and Visual Studio 2017 part 12 : Compare your items in Git

then run ‘git diff –raw 28fd556 HEAD’ or ‘git diff –stat 28fd556 HEAD’. Compare specific items If you want to compare specific files only, then add path at the end of diff command. 1. Run ‘git diff...

View Article


Understanding Git — Explain it Like I’m Five (part 1)

These are not yet staged. 😎 As a shortcut, you can use wildcards just like with any other terminal command. For example: git add README.md app/*.txt This will open your default command-line text editor...

View Article

Beginning ReactJS with TypeScript – Part II. Learn to use Git and Git Hub.

Lets make that connection. Locally in Git Bash type the following command and hit enter. git remote add origin https://github.com/manish-patil/react-typescript The command will add a reference to the...

View Article

regmap: Add hardware spinlock support

If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists...

View Article

How to Get Started With Visual Studio Team Services

Now we have a solution with a brand new fantastic app that needs to be saved in the cloud. To better initialize our git repo we add a .gitignore file to avoid unwanted assemblies and other files in our...

View Article


Git and Visual Studio 2017 part 12 : Compare your items in Git

then run ‘git diff –raw 28fd556 HEAD’ or ‘git diff –stat 28fd556 HEAD’. Compare specific items If you want to compare specific files only, then add path at the end of diff command. 1. Run ‘git diff...

View Article

DevOps Basics – Ignoring Files in Git

I may zip up code to share or copy to a friend (without giving repo access). Ignoring files is easy in Git. We just add a .gitignore file. This is a list of files that the git repository will not track...

View Article


regmap: Add hardware spinlock support

If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists...

View Article

Using Codeship Basic to Test and Deploy Node Express Applications

We can trigger a new build by committing new changes to your local project. git add --all git commit -m "my first codeship build" git push origin master This process should trigger our Codeship build...

View Article


Third #Party Applications Used in #Web #App Development

With Heroku, you can deploy your applications online using Git technology. The technology involved in web application development has gotten better, as Heroku provides features such as add-on resources...

View Article

Beginning ReactJS with TypeScript – Part II. Learn to use Git and Git Hub.

Lets make that connection. Locally in Git Bash type the following command and hit enter. git remote add origin https://github.com/manish-patil/react-typescript The command will add a reference to the...

View Article

Subject [Patch v6 03/22] CIFS: SMBD: Add rdma mount option

Add checks to validate this is used on SMB 3.X dialects. To connect to SMBDirect, use "mount.cifs -o rdma,vers=3.x". At the time of this patch, 3.x can be 3.0, 3.02 or 3.1.1. diff --git...

View Article
Browsing all 5189 articles
Browse latest View live