Subject [PATCH 1/2] mtd: spi-nor: add an option to force 3byte adressing mode
diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt index 1f6e86f..f13b773 100644 --- a/Documentation/devicetree/bindings/spi/spi-bus.txt...
View ArticleTerminal & GitHub — Let’s make it REALLY simple!
These commands assume you have already set up a repository (repo). Section 3 covers, creating a repo. git status git add git commit git push This is the basic chain of command you will use every time...
View ArticleMobile Development Part 1 - Hybrid #App Authentication
For more about node, see https://www.npmjs.com/. 6. Add this to your Mac's ~/.bash_profile file: export PATH=$PATH:$HOME/.node/bin 7. Make sure GIT is installed. See https://git-scm.com/. There are a...
View ArticleOverwatch’s Deathmatch mode is a great way to practice
“Git gud.” This is often the snarky reply to any Overwatch ... Deathmatch accomplishes more than adding a mode where you can just play on your own — it’s also a great way to practice. It brings in...
View ArticleSubject [RFC PATCH v9 3/7] edac,soc: thunderx: Add wrapper for EDAC OCX PCI...
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig diff --git a/drivers/edac/thunderx_edac.c b/drivers/edac/thunderx_edac.c index 16f3d62..ddbda71 100644 --- a/drivers/edac/thunderx_edac.c +++...
View ArticleBroken git process after checkout/clean
Changes not staged for commit: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # modified: configure # modified:...
View ArticleTFS 2018 RC1 is available
We’ve also improved the task editing experience, adding templates for common app patterns ... intertwined codebases to adopt Git if they choose. As always, we really appreciate you taking the...
View ArticleGitMiner – Advanced Tool For Mining Github
It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features...
View Articlegit: add functions to invoke Git with and without LFS filters
Git LFS invokes Git for various actions internally. The new Git instance is started with the default Git config and therefore might invoke another Git LFS "filter-process". That is usually not be...
View ArticleHow I lost 17,000 GitHub Auth Tokens in One Night
If your DB is under heavy load, you can also add a follower DB and take the backup from the follower ... I’m in the process of patching git_hub_bub to make checking for explicit error code easier so I...
View ArticleMake a Github Pages #Blog with Pelican
You’ll need to be familiar with using the git command to follow the steps in this article. Then add your files to git tracking, commit them, and push to the repositories. Due to the use of a submodule,...
View ArticlePaul Gilbert: The One #Music Theory Concept That Really Opened Doors for Me
"It's something I learned at GIT back in the '80s. When I learned about it back then ... "That's just one example of removing a note or adding a note purposely. It's something that you have to research...
View ArticleGit Ubuntu: More on the imported repositories
Alternatively, before you begin you could start from the devel branch and use git revert to add a commit reversing the published change in line with the deletion. The infrastructure doesn’t care which...
View ArticleThe Top 7 Sessions to Attend at Atlassian Summit 2017
But how do you run an expensive operation against every single git repository within your organization ... role, and specialization Add depth and accuracy to status tracking with deep developer tool...
View ArticleBraised Chicken and Tomatoes with Late #Summer Vegetable Baked Bruschetta
But before you git git git, be sure and check my Instagram page today ... Sear some chicken breasts in a braising pan, then sauté lots of garlic for a few seconds. Add some pulsed fresh garden tomatoes...
View ArticleAutomating Elixir Tests —Continuous Integration with Bitbucket Pipelines
adding Ecto and postgrex to the list of dependencies ... Since we want to do this in order to test our application, everything is prefixed with MIX_ENV=test. Once we git push the changes to the...
View ArticleGitMiner – Advanced Tool For Mining Github
It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features...
View ArticleGit Ubuntu: More on the imported repositories
Alternatively, before you begin you could start from the devel branch and use git revert to add a commit reversing the published change in line with the deletion. The infrastructure doesn’t care which...
View ArticlePrivate Git Repositories: Part 2A – Repository SSH Keys
This ensures that even if someone has access to the private key, they will not be able to make modifications to any files hosted by the Git repository. Press Add key and the public key file will be...
View ArticleHow to resolve conflict between release (live) branch and working (master)...
Run below commands to setup your GitBase to use Kdiff3 as the git mergetool git config --global --add merge.tool kdiff3 git config --global --add mergetool.kdiff3.path "C:/Program...
View Article