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 ArticleContinuous Drupal: Maintaining a Drupal #Website With Docker, Git & Composer
git init . git add . git commit -m "Initial commit." With the initial scaffolding out of the way, we can go ahead and get our actual site built. We start with bringing up our containers with Docker...
View Articleregmap: 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 ArticleGitBot – automating boring Git operations with CI
o .. .o= | | . +. .. | +----[SHA256]-----+ kll@machine ~ $ Add the public key as a deploy key under Project Settings Repository Deploy Keys. Make sure you enable write access or you won’t be able to...
View Article#Android Development Shell Tools: Handy Shortcuts for ROM Developers
Which you find useful is also likely dependent on your usage, but you’ll find many helpers for Git, ADB and general Android development ... open the ~/.bashrc file, adapt and add the following lines:...
View ArticleCopying an Azure Function #App using the Portal, GitHub and CloudShell
At the command line in the new folder, I’ll git init, add all of the files into the local repo and commit them. Then I can run the git commands to connect that folder to my GitHub repo and then push my...
View ArticleFLIR's PTZ auto-tracking solution now available from GIT
Graphic Image Technologies (GIT) is pleased to announce the local availability of ... making this the ideal solution for retrofitting existing camera installations to add the much-needed functionality...
View ArticleExample project for developing PureScript projects with Nix
Make sure the Nix binaries are on your path, e.g. by adding ~/.nix-profile/bin to your path ... following command (substituting the hash for the one you want): nix-prefetch-git...
View ArticleGitHub 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 ArticleHow to Host Your Open-Source #WordPress Theme on GitHub
Let’s get started! Git is a version control system. In its simplest definition, version control enables you to track your files over time. Version Control Systems (VCS) let multiple contributors add...
View ArticleGit: Everything the pros need to know
Without Git, open source developers around the globe would have a much harder time collaborating. Git redefined how developers work together. When you add the seamless integration with GitHub, Git...
View ArticleMuleSoft IoT: MuleSoft, Git, Docker, and Raspberry Pi
Required tools apart from MuleSoft: Docker, Git, Salesforce (or even MySQL), and a Raspberry Pi with a MuleSoft standalone server (MMC). In Key Management, save the ssh-rsa key without a passphrase. In...
View ArticleSetting fire to deployment: Heroku
We can simulate this by creating and committing an empty file. touch triggerfile git add . git commit -am "trigger a deploy" git push heroku master With the Git integration and new Terminal pane in...
View ArticleContinuous Drupal: Maintaining a Drupal #Website With Docker, Git & Composer
git init . git add . git commit -m "Initial commit." With the initial scaffolding out of the way, we can go ahead and get our actual site built. We start with bringing up our containers with Docker...
View ArticleUsing Codeship to Deploy to sloppy.io
cd myproject rm -R .git # start with a clean git base git init # initalize a new git repository git add . # add all files for commit git commit -m "initial commit" git remote add origin...
View ArticleAdd mclk-fs support to audio graph card
diff --git a/sound/soc/generic/audio-graph-card.c b/sound/soc/generic/audio-graph-card.c index 488c52f..1b61642 100644 --- a/sound/soc/generic/audio-graph-card.c +++ b/sound/soc/generic/audio-graph-card.c
View ArticleContinuous Drupal: Maintaining a Drupal #Website With Docker, Git, and Composer
app # drush config-export # if you made config changes /app # exit git add . git commit -m "Installed Pathauto." git push Contrib modules can be updated similarly to Core. At anytime, you can run...
View ArticleWhy I added licenses to my Udacity projects
During the Android Nanodegrees I took, Udacity suggested to use GitHub, also referring to their course "How to Use Git and GitHub ... I figured out that adding a license could help to warn about the...
View ArticleDrive Git development from a work item
Here's a typical workflow sequence when working with a Git repository. Start work on the work item by creating a branch. You can add a new Git branch from within the Development section... ... or, from...
View ArticleGitHub 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