Skip to content
View shabbirziyai's full-sized avatar

Block or report shabbirziyai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shabbirziyai/README.md

Hi 👋 I am Shabbir Batman Mask Icon


About me

I am a Computer Science Engineer who currently works as a Test Lead @TechMahindra Ltd.

Sharing updates about myself on LinkedIn 📖

A nice quote yet to add here.

You can find me on the web 🌎:

  • 🔭 I’m currently working on "Transitioning from CodeCloud to Github".
  • 🌱 I’m currently learning GitHub.
  • 🤔 I’m looking for help with "On how to transition from Testing to DevOps".
  • 📫 How to reach me: [email protected]
My top languages
Rank Languages
1 Java
2 SQL
3 Shell
Some basic useful Git commands
git --version (To see installed git version)
where.exe git (To see where git exe is installed)
git config --list (To see all parameters/variables currently set)
git config --global user.name "xxxx" (To see global username)
git init (Initial a folder as a git repo)
git clone (Clone an existing remote git repo)
git check -b <newbranch> (To create a new branch from main/master and switch to it)
git add . (Add staged changes/files)
git status (Check status of changed files)
git commit -m "message" (Commit staged changes)
git push (Push local committed chanages to remote repo)
git push <remote> <branch> (Push local committed newbranch to remote repo)
git push --delete <remote> <branch> (Delete branch from remote repo)
git show (Show list of all commits in a repo)
git branch -d <newbranch> (Delete branch in local repo)
git branch -M main (Set main branch)
git remote add origin <remote-repo-url> (Set a local repo to point to a remote repo)
git push -u origin main (Push local changes to remote repo)

GitHub Resources

Choose an Open Source License

Create Useful .gitignore Files For Your Project

GitHub Intro Repository Course

GitHub for Beginners Playlist

GitHub Foundations Learning Path

What is Git? Our beginner’s guide to version control

GitHub Actions

Managing your profile README

Getting started with writing and formatting on GitHub

Quickstart for writing on GitHub

Basic writing and formatting syntax

Communicate Using Markdown GitHub Course

Creating diagrams

Creating and highlighting code blocks


Popular repositories Loading

  1. shabbirziyai shabbirziyai Public

  2. skills-introduction-to-github skills-introduction-to-github Public

    My clone repository from "skills-introduction-to-github"

    Python