diff --git a/GitHub-Commands.md b/GitHub-Commands.md deleted file mode 100644 index c63e0fc..0000000 --- a/GitHub-Commands.md +++ /dev/null @@ -1,62 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "When you study in your l ocal pc or local python directory:\n", - "\n", - "What should you do to send the changes you've done to main branch which is gtuinsaat/CE302 Advanced..../" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\"git status\" -- this command will check your status" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\"git add .\" -- this command wil gather all the files" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\"git commit -m 'Commend related your study' \" you define a commmend regarding your study that you want to push to main branch" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\"git push\" now you're equal or even with your main repository." - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.5" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}