Quantcast
Browsing all 5189 articles
Browse latest View live

Automating deployment of ASP.NET Core to Azure #App Service from #Linux

The following commands take care of that, $ git add . $ git commit -m "Some random commit message here..." $ git push repoinazure master In the previous commands, the first one takes care of the...

View Article


Leverage Heroku’s Metrics for Better #App Performance

for Post #{post.id}") end end Now, let’s initialize git repository and deploy to Heroku: git init git add . git commit -m "Initial commit" heroku apps:create git push heroku master heroku run rake...

View Article


Cloning SVN Repository to GIT on #Windows

Cloning make take time based on size of your repository. Once cloning finish you may want to add remote repository where you want to push your changes and other developer can clone it. 1 2 git remote...

View Article

A step-by-step tutorial for continuous integration with Jenkins for a Red Hat...

Using Keychain application, find your iPhoneDeveloper certificate in login Make sure to expand it to see the iOS developer part Select both and copy Select system and paste those two items Add...

View Article

Git Tutorial – Commands And Operations In Git

edureka5.txt and edureka6.txt but they are not added to the index yet. I am adding edureka5.txt using the command: git add edureka5.txt I have added edureka5.txt to the index explicitly but not...

View Article


Git Basics: How to stage your changes using Git add command?

In the last article, we covered "Git Fetch and Git Pull". Today we are going to discuss another topic on the Git Basics tutorial series i.e. "How to stage your changes to Git repository", which you...

View Article

Git Remove Multiple Deleted Files

When working in the Git version control system, you may find yourself doing some handling of large numbers of files in a single commit. The commit part is the easy part. Adding files is very simple by...

View Article

Start using gulp in minutes

Download and install cmder. I use full version because I use git. Ensure to check a checkbox "Add to PATH" during the installation. Open cmder. If you have runtime error when starting cmder, you'll...

View Article


Leverage Heroku’s Metrics for Better #App Performance

for Post #{post.id}") end end Now, let’s initialize git repository and deploy to Heroku: git init git add . git commit -m "Initial commit" heroku apps:create git push heroku master heroku run rake...

View Article


How to Install GitLab with Ngnix (SSL) on Ubuntu 16.04

root@linoxide:~# adduser --disabled-login --gecos 'GitLab' git Adding user `git' ... Adding new group `git' (1000) ... Adding new user `git' (1000) with group `git' ... Creating home directory...

View Article

Automating deployment of ASP.NET Core to Azure #App Service from #Linux

The following commands take care of that, $ git add . $ git commit -m "Some random commit message here..." $ git push repoinazure master In the previous commands, the first one takes care of the...

View Article

Git Behind the Curtain: What Happens When You Commit, Branch, and Merge

I'm going to diverge from the diagram for the next example because I think it's important to understand that Git stores full objects rather than diffs. So, we'll add a few new lines to the file: When...

View Article

Add PCI ID for Intel byt sdio host controller sub-vended by NI.

diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index 1d9e00a..9741505 100644 --- a/drivers/mmc/host/sdhci-pci-core.c +++ b/drivers/mmc/host/sdhci-pci-core.c @@...

View Article


Git Remove Multiple Deleted Files

When working in the Git version control system, you may find yourself doing some handling of large numbers of files in a single commit. The commit part is the easy part. Adding files is very simple by...

View Article

Intel's Recent Noteworthy Vulkan Patches Hit Mainline Mesa

Landing Tuesday was all of the input attachment patches followed by support for fast clears with "Gen9" Skylake followed by adding Gen7 and Gen8 fast clears support too. See the Mesa Git log for all...

View Article


Automating deployment of ASP.NET Core to Azure #App Service from #Linux

The following commands take care of that, $ git add . $ git commit -m "Some random commit message here..." $ git push repoinazure master In the previous commands, the first one takes care of the...

View Article

Walk-Through of Building a New PowerShell Script

Git lets you track your code changes (commits ... I don’t spend a lot of time making it perfect, and I expect it add more, or move things around, or remove comments as I go along. It’s just a starting...

View Article


ClusterHQ Fills DevOps Gaps; Adds Automated Testing and Continuous...

ClusterHQ’s engineers took their inspiration for these updates from the distributed version control, source code management and collaboration features known to Git and GitHub users. In specific,...

View Article

Git Behind the Curtain: What Happens When You Commit, Branch, and Merge

I'm going to diverge from the diagram for the next example because I think it's important to understand that Git stores full objects rather than diffs. So, we'll add a few new lines to the file: When...

View Article

Bigg Boss 10: 5 super hot pictures of wildcard entry Jason Shah to make your...

Priyanka Jagga, Sahil Anand, Elena Kazan and Jason Shah have been chosen as the wild card entries that will add fun to the house of much talked contestants. But do you who has git fans most excited...

View Article
Browsing all 5189 articles
Browse latest View live