raushang / hello-world

Practice Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

<<<<<<< HEAD This is practice repository.

  1. Merging of two different history , while using push or pull error solved using –allow-unrelated-histories

  2. Alias use: git config --global alias.fulltree 'log --oneline --color --graph --decorate --all'

  3. Creating new Branch: git checkout -b feature-1 =======

Practice repository:

Branch Name : Readme-edits Owner : Raushan

Operation from git: git branch -a - get all branch list git checkout branchName - switching branch

  • edited changes in readmeFile. git commit -a - to commit all change git push - to push code to github

readme-edits

About

Practice Repository