Codes, Synchronization

DownSync the Folders

Check the directories(source-destination)Check the directories(target-destination) First, take a backup of the destionation files with. -zip -r files ‘folder name put date) ‘the folder’s name’ First, take a backup of the source files with.-zip -r files ‘folder name put date) ‘the folder’s name’ Rsync -avc  source path /. Space / target path/ Make sure to replace […]

Codes, Synchronization

Code Sync

Code sync if you want code sync Duplicate the target branch Go to repo settings Cancel the protection on the main repo Delete it Go to main branch Ducplicate the main branch as the target branch Bingo – successful code sync

Codes, GitLab

GitLab CLI Commands

In GITLAB CLI (From local terminal) • for create a new branch : – git checkout -b • for delete an existing branch in local : -git branch -d • for delete an existing branch in REMOTE : git push origin –delete “branch name” See Branches Create a Branch Delete a Branch Switch Branches Synchronize Branches

Website-related

Main Page

This page named Main but actual main reason for this Website is for saving and using the important and useful commands that I use in my daily Cloud Engineering life.

Scroll to Top