Please enable JavaScript.
Coggle requires JavaScript to display documents.
C-Sync - Coggle Diagram
C-Sync
Commands
-
connect [ip] [port]
link with targeted server, every change will sync with it
-
push/update
arguments
all(or leave blank)
will scan all project, see changes than update
-
selected_file
sync only selected file
NOTE: if project is huge, selecting make changes fast
-
-
Definition
-
instead of accessing server via ssh, every change happen from code base
Programmer Update/fix a bug on its own machine -> press "csync update" will update all code in server
-