Change Commit Message In Git

As you may already be aware, committing the state of your project with a git commit records any changes (additions or deletions) to the official project history. And every “commit” prompts you for a brief message, in which you will notate what happened in that commit. (For more detailed information, you might want to write Read More >

Speed Up Your Workflow With Git Aliases

Git aliases can help you save time by saving your favorite commands (and complicated options) into one terse command. These aliases can be simple as a single letter to stand in place of a complicated set of options. You will learn more about aliases below, including what they are, how they work, example aliases, and Read More >

How to Create and View Git Notes

Is more information always better? In some cases, yes, more information can be a big help, especially when working on a large project with other contributors. When it comes to working with Git, it is considered a best practice to leave short, terse commit messages, typically on one line. But what if you need to Read More >

How To Install Emacs on Ubuntu 20 Cloud Server

Emacs is a powerful text editor you can install on virtually any Linux server. It’s powerful but also large, so it does not come pre-installed with most Linux distributions. However, if you are comfortable using Emacs, it offers a lot of features that can help you manage and administer your server. In this article, you Read More >

Git Switch For Faster Branch Management

With Git, there are often many different ways to do the same thing. A lot of your work with Git will involve the formation of habits, but there may be occasions in which you will adapt new commands to improve your workflow. The Git switch command is relatively new, but it works as a worthy Read More >

Enhance Your Shell With Git For Bash

If you are a regular command line user you are probably familiar with the frustration of slamming your TAB key and receiving no auto completions for a long command. In many cases, it’s because those auto completions are simply not present in your Bash configuration. In this article, you’ll learn how to add auto completions Read More >

Push Branch To Remote Server With Git

Git is a powerful version control system you can use on virtually any workstation, but it is recommended that you set up a central hub for your project on your own private server. In this article, you will learn how to push a local branch in your Git project up to the remote server. This Read More >

How To Change Branch Name in Git

Changing the name of a Git branch is something you may need to do once in a while, and after mastering a few simple steps you can be an expert at it. However, changing branch names can cause conflicts if any of these steps are skipped. It is always best to avoid making project-wide changes Read More >

What Does “Unlimited” Mean at InMotion Hosting?

With InMotion Hosting you can always expect to get more while paying less. Our most popular hosting packages are routinely updated with more of everything you need to build powerful websites. As newer technology becomes available, more resources become “unlimited.” In this article, you will learn what it means to have an “unlimited” resource available Read More >

How to Create a Sudo User in Debian 10

There are many reasons why you may prefer to create a sudo user in your Debian system as an alternative to the root user for your cloud VPS or bare metal server hosting. For initial installation and system configuration, and depending on your comfort level, using the root user is a quick and easy way Read More >

How To Create a Jekyll Blog On Ubuntu Cloud Server

If you want to go from a blank slate VPS or baremetal dedicated server to hosting a powerful but low-profile website, creating a Jekyll blog is a great option for you. Jekyll is a static site generator, which means it can generate a blog-style website with no database software required, and yet you get many Read More >

How to Create a Sudo User in Ubuntu 20

In this article, you will learn how to create a new user with “sudo” privileges in Ubuntu 20 as an alternative to using your root user account. This is an ideal procedure for VPS host, dedicated server host, or bare metal server hosting. Why Create a Sudo User? Your cloud server VPS gives you instant Read More >

How To Delete a Branch in Git

As you will likely recall from our introductory guide on everything Git, you can create discrete branches in your project, upon which you can make changes, test things, and work non-destructively, always reserving the option to “check out” other branches. The branch functionality is one of the most important systems you can master with Git, Read More >

Merge Conflict In Git – And How To Fix It

Merge conflicts will happen sometimes when you are working with a lot of files, or a lot of other users, on a Git project. Trying to proceed with a merge and instead getting an error message can be frustrating, but merge conflicts are nothing to fear. Git makes managing and resolving merge conflicts super easy. Read More >

How To Go To Master Branch in Git

Are you having trouble getting back to the “master” branch in Git? This article focuses on how you can use different branches in Git, view your branches, and easily go back to your master branch. Using Git Branches How To View Git Branches How to Go To Master Branch in Git Using Git Branches Here Read More >

How To Install WordPress on Debian 10 Cloud Server

There are many things you can do with your own private cloud server. At some point or another, you might want to install the WordPress content management system. WordPress is ideal for managing websites of all sizes, from a 3-page informational site to a blog with thousands of posts. WordPress can handle just about anything Read More >

How to Edit XML Files With nXML Mode in Emacs

XML files have become an important part of the web landscape. There may be a time, or there has already been a time, in which you need to edit one of these files in a meaningful way. For users of the Emacs text editor, there is an easy-to-use built-in editing mode just for XML files. Read More >

How to Use Special Bootstrap Typography in Joomla 4

Your new Joomla 4 site (whether you are on Joomla VPS hosting or a different plan) comes with the Bootstrap CSS framework built in. This means you can introduce responsive style elements easily into your content. In this article, you will see several helpful Bootstrap typography elements that you can only access by providing a Read More >

How to Create Custom Fields in Joomla 4

Custom fields are a great way to add additional content, whether manually or automatically, to your articles. Custom fields can be applied to the general article creation template. So if you want to change this content from article to article you can easily type or click to add supplemental information. A popular use case for Read More >