initialize git depository in the current directory
git init .
display the git remote/origin
cat .git/config
| # get list of all author's emails of the repo | |
| git log --format="%ae" | uniq | |
| # shortform git commands | |
| alias g='git' | |
| # show contents of all git objects in a git repo | |
| find .git/objects/ -type f \| sed 's/\.git\/objects\/\///' | sed 's/\///g' | xargs -n1 -I% echo echo "%" \$\(git cat-file -p "%"\) \0 | xargs -n1 -0 sh -c | |
| # push all branches to all remotes |
initialize git depository in the current directory
git init .
display the git remote/origin
cat .git/config
| <?php | |
| /* | |
| Template Name: একাডেমিক রেজাল্ট ডাইনামিক | |
| */ | |
| get_header();?> | |
| <!--start maincontent--> | |
| <div class="maincontent fix"> | |
| <div class="fix amader_kotha"> |