Quantcast
Browsing all 5189 articles
Browse latest View live

The gipeda package

e.g. git clone --bare git://git.haskell.org/ghc.git repository Download a bunch of JavaScript libraries by running ./install-jslibs.sh. Gipeda does not work without at least some logs, so lets add...

View Article


Hands on With Eclipse Che: Che's Git Menu

Once you've made any changes, you should commit them to the repo. To do this, Git requires adding changes to an index before committing them. To add something to index, you should select a file or a...

View Article


The Noms Database Aims to Become the Git of Shared Data

“One of the things we really loved about Git and were inspired by was that it took this problem ... When you make a commit to Noms, you’re not overriding data, you’re adding data. You end up with all...

View Article

Guide to Git for Rational Team Concert users

A pull operation moves changes from a branch all the way to a working tree. Table 2 defines and compares key commands in Rational Team Concert versus Git. Check-in Add Prepare changes from a local...

View Article

Git for Sysadmins – Using #Posh-GIT

Some repos can only be cloned using a secure connection. To add that ability to Git Shell, you’ll need to generate an SSH key as follows: Once the files have been committed, we can push the repo to...

View Article


How to build your own Git server

For this very reason, Git provides a limited shell called, appropriately, git-shell. Run these commands as root to add git-shell to your system, and then make it the default shell for your gituser: Now...

View Article

Continuous Integration for #Android with Visual Studio Team Services

We can add GitHub as a new service endpoint under the services tab. You’ll also find other services here such as External Git and Subversion. At this point, we can add a personal access token to...

View Article

Code library and information for the ZeroSeg 7-segment display add-on board...

Once rebooted, run sudo apt-get install git build-essential python-dev ... Scroll Text Scrolling text is another fun element to add to your project's display. Once again, we're using code from the...

View Article


Sculpin Extended: Customizing Your Static Site #Blog

Navigate inside the directory and execute git init. Then, execute the following to commit the changes: git add -A git commit -m "create new blog" In this tutorial, we looked at Sculpin, a PHP-based...

View Article


Configure and Run Plain Java #Apps in Eclipse Che

Then we’ll clone a plain Java project from Git, configure the classpath, add a library to the classpath, and run the application. In the user dashboard select “Workspaces” from the left nav and hit the...

View Article

Git Commands 101: Config & Add

With Cycligent Git Tool, it is so much easier. You can select the ‘Untracked’ state button and the list of affected files will appear. Then, choose one or as many files as you’d like and press the...

View Article

Yii2: How to create/develop a new extension using Composer locally without...

We will add files later. Right now, there is nothing but ... If you lost your project, you could "git clone" it back into your "htdocs". You can combine live editing and with your GitHub workflow. You...

View Article

spi: octeon: Add ThunderX driver

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


Nginx Brotli : Compression for HTTPS

apt-get install python2.7 python-dev cd /opt git clone https://github.com/google/brotli.git ... a nginx-1.x.x dir with the source code cd nginx-1.x.x nano debían/rules # add the line #...

View Article

Guide to Git for Rational Team Concert users

A pull operation moves changes from a branch all the way to a working tree. Table 2 defines and compares key commands in Rational Team Concert versus Git. Check-in Add Prepare changes from a local...

View Article


Subject [PATCH v12 2/4] reset: mediatek: Add MT2701 reset driver

into kernel's generic reset controller framework. diff --git a/drivers/clk/mediatek/clk-mt2701-hif.c b/drivers/clk/mediatek/clk-mt2701-hif.c index 18b4ab5..702fd74 100644 ---...

View Article

Publishing Existing Applications to GitHub With Visual Studio 2015

It will add the solution to default source control, In my Visual Studio, Git is configured as the default source control. But if it is not set, it will ask you to choose between Git or Team Foundation...

View Article


Git-Based Versioning – Hadi Hariri

In getting Wasabi ready for it’s first big 1.0, Micah Zoltu suggested (and put in practice) that we switch to a new versioning model that ties versions to Git commits ... So in essence all that’s...

View Article

Hands on With Eclipse Che: Che's Git Menu

Once you've made any changes, you should commit them to the repo. To do this, Git requires adding changes to an index before committing them. To add something to index, you should select a file or a...

View Article

Create and remove the branch on GIT

Create and remove the GIT branch : Branching is the feature of GIT, which is needed when you want to add new functionality in your application without being changed to old version. So you need to...

View Article
Browsing all 5189 articles
Browse latest View live