Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 485 Bytes

https://wiki.archlinux.org/title/Dotfiles

Note

The following steps provides a way to see how to manage dotfiles with git.

After making change, commits are already push on remote

# getting changes
git pull

# merge
git merge <update_branch>

# ... resolve conficts

# done
git merge --continue # just like a commit

[!NOTE] Optional If you've added submodule on updated branch
git submodule update --init --recursive to get these submodules on local