 
      
    Git
    1
    Вклад в тег
    
      
      
    
  
  
 
  
  git add my_file.txt
git commit -m 'Updates'
git push origin <branch_name>git fetch -p
git pull origin <branch_name>git fetch -p
git reset --hard origin <branch_name>git fetch -p
git rebase origin <branch_name> 
  
  