Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "version-control"

Git Workflow with a Classic PC Backup Approach

Git Workflow with a Classic PC Backup Approach

12 May 20257 min readWeb Programming

Learn how to use Git effectively with this simple step-by-step guide designed for developers who are familiar with manual file backups but new to version control. This practical workflow will help you maintain a stable main branch, work safely with feature branches, and easily recover from mistakes.

#Git#GitHub#Version Control+3 more
Pushing Code to Github

Pushing Code to Github

02 December 20233 min readWeb Programming

Managing software development projects and collaborating with other software developers is very important. Using GitHub for managing and collaborating on projects is very popular. GitHub allows users to host their projects, perform version control, and collaborate with other users. GitHub is a common collaboration platform...

#GitHub#Version Control#Collaboration+3 more
How to undo the last wrong commit on GitHub?

How to undo the last wrong commit on GitHub?

16 December 20221 min readWeb Programming

When we send what we need to send to Github, there is an easy way to get it back. sometimes i can send wrong commit. That's when I immediately delete the commits and post them again. We can undo as many commits...

#GitHub#Git#Undo Commit+3 more