Quantcast
Browsing all 5189 articles
Browse latest View live

'God give you peace, Dad': Lauren Booth's heartbreaking tribute to her Til...

Tony Booth was was best known for his role as 'randy Scouse git' Mike Rawlins in the BBC series Till Death ... His deputy, John Prescott, said he would like to flick a V-sign at Booth too, adding:...

View Article


The Ultimate Git Guide to Creating Your First Repo

This initializes (hence init) a git project. [6] Now that its created, we can start to do some general house keeping. We’re going to create an empty text file and add some text. If we don’t, then git...

View Article


Moving away from GitFlow

(We did other things too, such as add a plugin system, so that pet projects could be developed ... is one of the most valuable things you can have on a team.) Ok, back to git. Over the years of working...

View Article

Patch CDK #2: Multi arch support — s390x

Clone the cdk-addons repository and make the addons based on the Kubernetes version: On your s390x machine: > git clone https://github.com/juju ... In this pull request we add support for multi arch...

View Article

Git and Visual Studio 2017 part 1

This is important concept of Git that you have three places for your code. – Working directory: The place you add, modify your code. – Staging area: You stage the files and folders you want to commit....

View Article


What’s brewing in Visual Studio Team Services: September 2017 Digest

This capability is enabled through the Git Forks preview feature on your account ... This filter needs to be set for all artifacts that you think should meet this criteria. You can also add multiple...

View Article

Setting up a Git server on #Windows using Git for #Windows and Win32_OpenSSH

Work around it by following steps: ``` # initialize a local repo folder git init mylocalrepo cd mylocalrepo # add the remote repro git remote add origin username@domain@servermachine:C:/test/myrepo.git...

View Article

Simple CRUD With Git

Now add a new file called "test.txt" with some contents in it under the "test" folder. Then run the following command: git add . The above command will add the new files to your repository. The next...

View Article


Git and Visual Studio 2017 part 2

Let’s try. 1. Right click the project and add class file called “Class1.cs” 2. In Solution Explorer Class1.cs has[+] icon, which indicates the file is added but not tracked. VS_Git project has red...

View Article


'God give you peace, Dad': Lauren Booth's heartbreaking tribute to her Til...

Tony Booth was was best known for his role as 'randy Scouse git' Mike Rawlins in the BBC series Till Death ... His deputy, John Prescott, said he would like to flick a V-sign at Booth too, adding:...

View Article

How to create new Git Repository and host it in Bitbucket

3) Once all installation steps done,you can verify if Git is installed successfully or not by executing following command on command prompt : Create a Project Which you want to add in git repository 4)...

View Article

Subject [kernel-hardening] [RFC V2 5/6] lib: vsprintf: add "%paP", "%papP",...

Kernel pointers printed using %pP will continue to be -printed. +privileges. Kernel pointers printed using %pP, %paP, %papP, %padP will +continue to be printed. diff --git a/lib/vsprintf.c...

View Article

The Git Rebase Introduction I Wish I'd Had

One of the most important (and confusing) git features in my new job was rebasing ... Rebasing is taking all your branch's commits and adding them on top of commit #5 instead of commit #1. If you...

View Article


GitLab 10.0 Released with Auto DevOps and Group Issue Boards

Git LFS provides a great way to efficiently store large files ... With thanks to our community contributor Corey Hinshaw GitLab 10.0 now allows administrators to add restrictions on SSH keys. This...

View Article

In the Cloud, No One Can Hear Your OutOf#MemoryError

add -i heroku/metrics Finally, make an empty commit to your application, and redeploy: $ git commit --allow-empty -m "Add Heroku Metrics Buildpack" $ git push heroku master Browse to the Heroku...

View Article


'God give you peace, Dad': Lauren Booth's heartbreaking tribute to her Til...

Tony Booth was was best known for his role as 'randy Scouse git' Mike Rawlins in the BBC series Till Death ... His deputy, John Prescott, said he would like to flick a V-sign at Booth too, adding:...

View Article

How to create new Git Repository and host it in Bitbucket

3) Once all installation steps done,you can verify if Git is installed successfully or not by executing following command on command prompt : Create a Project Which you want to add in git repository 4)...

View Article


Git and Visual Studio 2017 part 4 : Branching

This is where Git branch does great job. Let’s add branch to see how it does. 1. Before even create a branch, check the repository size and number of files and folders. There are 49 Files and 36...

View Article

The Git Rebase Introduction I Wish I'd Had

One of the most important (and confusing) git features in my new job was rebasing ... Rebasing is taking all your branch's commits and adding them on top of commit #5 instead of commit #1. If you...

View Article

Subject [PATCH v2 1/4] clk: tegra: Add AHB DMA clock entry

diff --git a/drivers/clk/tegra/clk-tegra-periph.c b/drivers/clk/tegra/clk-tegra-periph.c index 848255cc0209..0bce2bc55f0d 100644 --- a/drivers/clk/tegra/clk-tegra-periph.c +++...

View Article
Browsing all 5189 articles
Browse latest View live