Building a Micro#Blog Using Node.js, Git and Markdown
The reason for this, Git is already a repository of text documents with version control. This is just what I need to store blog post data. Freedom from adding a database as a dependency frees me from...
View ArticleBash Shortcuts to Enhance Your Git Workflow
According to the Git’s documentation, If the alias expansion is prefixed with an exclamation point, it will be treated as a shell command. Hey, that’s neat! We can use this to our advantage, and add...
View ArticleThe #Linux Kernel. Introduction, Compiling & #Programming
You can directly fork my git repo at be/info0940/kernel (ask me for access to the info0940 group) which contains the kernel sources, along with a tag to make the creation of patchs easier. 22 Adding...
View ArticleGetting Started with Git LFS
We can now go ahead and add it to the repository in the way we're used to. Notice that any changes to .gitattributes also have to be committed to the repository, just like other modifications: git add...
View ArticleThe easy release management workflow
git flow feature start feature1 After execution, the feature1 branch is created, but it exists only on your system and will not be available in the remote GitHub repository. Now you can continue with...
View ArticleVisual Studio Extensibility (Day 1): Creating your first Visual Studio VSIX...
When we talk about extensibility, this is nothing but a literal term that we are talking about, extensibility means that adding some more features or customizing ... deploy that on staging server and...
View ArticleSet up automated builds for your UWP app
Add the certificate of your project to a source code repository VSTS works with both TFS and GIT based code repositories. If you use a Git repository, add the certificate file of your project to the...
View ArticleGit-it
Git-it is a desktop app that teaches you how to use Git and GitHub ... Like this app? Be the first to add it to a collection! Create a Collection by bringing together complementary apps that have a...
View ArticleUsing Git Hooks in Your Development Workflow
If you can't take my word for it, the screenshot below serves as confirmation. Now, running git commit after git add . should provide no challenges because our tests and linting have both passed. You...
View Articleperf/x86/intel: Add Kaby Lake support
diff --git a/arch/x86/events/intel/cstate.c b/arch/x86/events/intel/cstate.c index 1076c9a..aff4b5b 100644 --- a/arch/x86/events/intel/cstate.c +++ b/arch/x86/events/intel/cstate.c @@ -541,6 +541,9 @@...
View ArticleFFmpeg 3.2.4 "Hypatia" Open-Source #Multimedia Framework Available for Download
As usual, you should check out the full Git changelog for all the technical details about the changes. FFmpeg 3.2.4 is now available for download for Linux-based operating systems from our website, but...
View ArticleNioh #Review diary: git gud or die trying
Welcome to my Nioh review diary. This will be the parchment on which I document my struggle to git gud with yet another Japanese RPG. How will it end? With me dead, probably. Nevertheless, I will be...
View ArticleEnabling Concurrent OBIEE RPD Development - for free
Many of the screenshots below show SourceTree, a GUI for Git which I'm a fan for both its UI and GitFlow support. We have two developers in our team, Basil and Manuel, who both want to work on the RPD...
View ArticleGuest #Blog Post: Six Tips to Make Your Git Life Easier
GitKraken has a preference section that allows you to add SSH keys to connected services, no CLI, no rsa copy-paste shenanigans. Git really comes into its own when you’re collaborating on projects....
View ArticleBuilding a Micro#Blog Using Node.js, Git and Markdown
The reason for this, Git is already a repository of text documents with version control. This is just what I need to store blog post data. Freedom from adding a database as a dependency frees me from...
View ArticleThe #Linux Kernel. Introduction, Compiling & #Programming
You can directly fork my git repo at be/info0940/kernel (ask me for access to the info0940 group) which contains the kernel sources, along with a tag to make the creation of patchs easier. 22 Adding...
View ArticleEMF Support for Che – Day 1: Run Che and Import existing EMF project
In the last blog post (TBD Add link), we have described our overall goals and the ... To import a project select Workspace -> Import Project. The default is to use a GIT repository, which is what we...
View ArticleSquash commits when merging a Git branch with Bitbucket
You update your pull request by adding another commit that addresses the feedback ... This feature rollout applies only to Git and not Mercurial… yet. Squash requires exchange of obsolescence markers –...
View ArticleVisual Studio Extensibility (Day 1): Creating your first Visual Studio VSIX...
When we talk about extensibility, this is nothing but a literal term that we are talking about, extensibility means that adding some more features or customizing ... deploy that on staging server and...
View ArticleSubject [PATCH v28 20/21] ext4: Add richacl support
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig @@ -12,3 +12,4 @@ ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \ ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o...
View Article