Programming Rants

programming: the action or process of writing computer programs. | rants: speak or shout at length in a wild, [im]passioned way.

Showing posts with label git. Show all posts
Showing posts with label git. Show all posts
2021-09-02

Remove Secrets from git Repository

›
Sometimes you accidentally create a commit and push a sensitive data to the git server, here's how you can remove the secrets from the g...
2020-10-16

Cleanup git and docker Disk Usage

›
Sometimes our cloned repository became so freakin large, for example golang's google.golang.org/api, currently mine consume about 1.1GB....
2018-07-01

Introduction to gitflow

›
GitFlow is one way to manage git repository, where master branch forked into develop branch, and each person will create their own branch w...
2016-11-25

How to become AUR package adopter?

›
AUR is ArchLinux User Repository, similar to Ubuntu 's Launchpad . To adopt an orphaned package it's easier than you think! adop...
2014-08-11

How to make git ignore changes on commited files?

›
Sometimes there are some file that we want to ignore some file on git, of course we could use .gitignore , but that only take effect on untr...

What to do when git pull conflict before commit?

›
Sometimes we want to pull from git without committing current changes, and yes, the correct way is to commit our changes first before pulli...
›
Home
View web version
Powered by Blogger.