Get started !
online LTE test
online C test

Updated or New
GPRS RAN refresh notes New
GSM RAN refresh notes New



About
Feedback
Information Theory
Modulation
Multiple Access
DSP (wip)
OSI Model
Data Link layer
SS7
Word about ATM
GSM
GPRS
UMTS
WiMAX
LTE
CV2X
5G
Standard Reference
Reference books
Resources on Web
Miscellaneous
Mind Map
Magic MSC tool
Bar graph tool
C programming
C++ programming
Perl resources
Python programming
Javascript/HTML
MATLAB
GIT
ASCII table
Project Management

another knowledge site

3GPP Modem
Simulator


Sparkle At Office comic strip

GIT notes


git clone <repository link> Clone (download) repository
git clone <repository link> -b <branch> Clone (download) repository for the mentioned branch
git branch Show branch
git log -<number> Show last number commits
git status Show information about changes done
git commit -m <commit comment> Commit the changes (locally)
git push Push the commmits to repository
git reset --hard <commit hex id> Reset codebase to particular commit
git pull Take latest from (developer) branch
git pull origin master Take latest from master branch
(look for "<<<<<<< HEAD" and ">>>>>>>" for Merge conflicts)
git merge --abort Abort above pull
git show --pretty="" --name-only <commit hex id> To see files under a commit
git log <file> To see commits under which file was changed


Copyright © Samir Amberkar 2025