JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

Undoing a rebase in Git

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

This article will discuss undoing what has been done on a Git branch rebase . Rebasing is the operation of moving the base of a branch to a newer base. Suppose we have a feature branch that is based on the master branch. Then, the master br...

Full

Pull changes from a specific branch in Git

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will learn how to pull changes from a specific branch into a Git repository. Pull changes from a specific branch into the repository in Git We use Git in a collaborative development environment to track changes made to f...

Full

Enable Git Tab auto-completion

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

This tutorial demonstrates how to enable git tab autocompletion. Importance of enabling Git Tab auto-completion When developers work with source code, they mostly prefer Git as it is a very familiar and convenient platform for developers th...

Full

Remove Git init

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will learn how to undo git init the effects of a command in Git. git init command creates a new empty Git repository. When used with an existing project directory that has not yet been versioned, git init the command con...

Full

Different ways to add files to stash via Git

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

While the command git add is probably the most commonly used command for adding files to the stash, other flags may come in handy depending on the situation. This article takes a deep dive into git add the flags you can use with the command...

Full

Remove Duplicate Lines in Bash

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

Duplicate entries can cause a variety of problems in Bash scripts, such as incorrect or inconsistent results, and they can also make the script difficult to maintain. Removing duplicate entries from a script is often necessary to avoid thes...

Full

Increasing variable value by one in Shell programming

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will explain how to increment a variable in bash. We will also learn about different types of increment operators used in bash scripting in Linux. Let's start with shell programming in Linux and learn how to increment a...

Full

Find the current folder name in Bash

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

Finding a directory is very easy through Bash scripting. But finding the exact directory folder name you are in right now is a bit complicated. This article will introduce three methods to find the folder name from this article directory. I...

Full

Getting Timestamp in Bash

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

This article discusses the date Bash command used to obtain the system date/time and UNIX timestamp. Get Timestamp Using date Command in Bash The Linux terminal uses the date command to print the current date and time. The simplest version...

Full

Bash Nohup 与 & 的区别

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

这篇简短的文章介绍了通过 Bash 在后台运行 Linux 进程的 nohup 命令和 控制运算符。 此外,我们将进一步研究 nohup 和 之间的主要区别。 在后台运行 Linux 进程 Linux 提供了两种在后台运行...

Full

Difference between Bash Nohup and &

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

This short article introduces the nohup command and the control operator to run Linux processes in the background through Bash. In addition, we will further study the key differences between nohup and . Running Linux processes in the backgr...

Full

Solve the error Make Command Not Found in Cygwin

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

Cygwin allows Windows users to access certain Linux features and includes a large number of GNU and open source tools that are commonly found in popular Linux distributions. When using Cygwin, it is easy to encounter a command not found err...

Full

Running batch scripts using Task Scheduler

Publish Date:2025/04/21 Author:JIYIK Category:OPERATING SYSTEM

This article will show you how to use Task Scheduler to run a batch file. Running batch scripts using Task Scheduler With Task Scheduler, you can automate tasks to run automatically at specific times. It only takes a few steps and you don't...

Full

Rename Git repository

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will discuss renaming Git repositories. We can explain this in different ways. It can rename the displayed name, the repository on GitHub, or the folder of the repository. We will discuss these and go through the steps w...

Full

Git list remote branches

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

This article will show you how to list remote repositories from your local branch. A remote repository is a project hosted on a server, such as Github/Gitlab. git remote Allows us to use short names (aliases) to execute commands instead of...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial