Skip to main content

Recently Updated Pages

Git - Basic Concepts

Git-GitLab-GitHub-BitBucket

Version Control System Version Control System (VCS) is a software that helps software developers...

Updated 2 years ago by Admin

An Introduction to Git-Home

Git-GitLab-GitHub-BitBucket

Git is a distributed revision control and source code management system with an emphasis on speed...

Updated 2 years ago by Admin

Git - Online Repositories

Git-GitLab-GitHub-BitBucket

GitHub is a web-based hosting service for software development projects that uses the Git revisio...

Updated 2 years ago by Admin

Git - Different Platforms

Git-GitLab-GitHub-BitBucket

GNU/Linux and Mac OS uses line-feed (LF), or new line as line ending character, while Windows use...

Updated 2 years ago by Admin

Git - Handling Conflicts

Git-GitLab-GitHub-BitBucket

Perform Changes in wchar_support Branch Jerry is working on the wchar_support branch. He changes...

Updated 2 years ago by Admin

Git - Managing Branches

Git-GitLab-GitHub-BitBucket

Branch operation allows creating another line of development. We can use this operation to fork o...

Updated 2 years ago by Admin

Git - Patch Operation

Git-GitLab-GitHub-BitBucket

Patch is a text file, whose contents are similar to Git diff, but along with code, it also has me...

Updated 2 years ago by Admin

Git - Tag Operation

Git-GitLab-GitHub-BitBucket

Tag operation allows giving meaningful names to a specific version in the repository. Suppose Tom...

Updated 2 years ago by Admin

Git - Fix Mistakes

Git-GitLab-GitHub-BitBucket

To err is human. So every VCS provides a feature to fix mistakes until a certain point. Git provi...

Updated 2 years ago by Admin

Git - Delete Operation

Git-GitLab-GitHub-BitBucket

Tom updates his local repository and finds the compiled binary in the src directory. After viewin...

Updated 2 years ago by Admin

Git - Rename Operation

Git-GitLab-GitHub-BitBucket

Till now, both Tom and Jerry were using manual commands to compile their project. Now, Jerry deci...

Updated 2 years ago by Admin

Git - Move Operation

Git-GitLab-GitHub-BitBucket

As the name suggests, the move operation moves a directory or a file from one location to another...

Updated 2 years ago by Admin

Git - Stash Operation

Git-GitLab-GitHub-BitBucket

Suppose you are implementing a new feature for your product. Your code is in progress and suddenl...

Updated 2 years ago by Admin

Git - Update Operation

Git-GitLab-GitHub-BitBucket

Modify Existing Function Tom performs the clone operation and finds a new file string.c. He want...

Updated 2 years ago by Admin

Git - Push Operation

Git-GitLab-GitHub-BitBucket

Jerry modified his last commit by using the amend operation and he is ready to push the changes. ...

Updated 2 years ago by Admin

Git - Commit Changes

Git-GitLab-GitHub-BitBucket

Jerry has already committed the changes and he wants to correct his last commit. In this case, gi...

Updated 2 years ago by Admin

Git - Review Changes

Git-GitLab-GitHub-BitBucket

After viewing the commit details, Jerry realizes that the string length cannot be negative, that’...

Updated 2 years ago by Admin

Git - Perform Changes

Git-GitLab-GitHub-BitBucket

Jerry clones the repository and decides to implement basic string operations. So he creates strin...

Updated 2 years ago by Admin

Git - Clone Operation

Git-GitLab-GitHub-BitBucket

We have a bare repository on the Git server and Tom also pushed his first version. Now, Jerry can...

Updated 2 years ago by Admin

Git - Create Operation

Git-GitLab-GitHub-BitBucket

In this chapter, we will see how to create a remote Git repository; from now on, we will refer to...

Updated 2 years ago by Admin