July 20, 2023

Create, edit and delete git alias

For example, to create an alias so that you just have to type $ git st instead of $ git status, run:

$ git config --global alias.st status

Along this, you can also try:

$ git config --global alias.ci commit
$ git config --global alias.br branch

or

$ git config --global alias.last 'log --pretty=oneline -1 HEAD'

so that $ git last will print the last commit.

By the way, the option –global applies the alias to all repositories.

You can edit an alias by overriding an existing alias.

And to see or delete existing alias open the file .gitconfig by running:

$ vi /home/user/.gitconfig

✍✍✍✍✍✍✍✍✍✍✍✍✍✍

I do self-funded research and I'm writing a book.

> What's the book about?

About technologies and agency.

Meaning, technologies can foster agency. No doubt. But I am also asking:

Can usage of technologies give us a sense of empowerment while in fact undermining our abilities?

I posted a summary of the prologue on the homepage: https://yctct.com/

✍✍✍✍✍✍✍✍✍✍✍✍✍✍


git personal computing command-line interface (cli) gnu linux trisquel office applications wiki shell literacy

No affiliate links, no analytics, no tracking, no cookies. This work © 2016-2024 by yctct.com is licensed under CC BY-ND 4.0 .   about me   contact me   all entries & tags   FAQ   GPG public key

GPG fingerprint: 2E0F FB60 7FEF 11D0 FB45 4DDC E979 E52A 7036 7A88