Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added test.txt file #198

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions (2).bash_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
pwd
ls
cd #Web-Developer
ls
pwd
cd '#Web Developer'
ls
mv Project1 P1 = P2
mv Project1 'P1 = P2'
ls
pwd
cd 'Dean Macphail'
pwd
node --version
ls
cd mingw64
ls
cd ..
cd ..
cd ..
cd DeanDM14
cd '#Web Developer'
ls
cd 'Dean Donald Macphail

$ cd 'Dean Donald Macphail'
cd '#Web Developer'
cd ..
ls
ls
pwd



cd 'Dean Donald Macphail'
ls
pwd
ls
cd 'Dean Donald Macphail'
cd '#Web Developer'
cd /'Dean Donald Macphail'
cd ..
pwd
ls
cd users
cd Users
cd /Users
cd deand
cd c
ls
1 change: 1 addition & 0 deletions (2).lesshst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.less-history-file:
70 changes: 70 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
git --version
git config
git config --global user.name "DeanDM14"
git config --global user.email "[email protected]"
cd deand
cd user/deand
cd documents
cd #documents
ls
cd..
cd ..
cd deand
mkdir Web Developer
mkdir "Web Developer"
mkdir Project1
cd web-developer
cd Web-Developer
cd "Web Developer
ls

cd web-developer

cd web-developer
$
$ cd "Web Developer"
cd deand


pwd
git
cd user/deand
help

deand@Dean-D-Macphail MINGW64 ~


pdw
pwd
ssh-keygen -t rsa -b 4096 -C"[email protected]"
pbcopy < ~/.ssh/id_rsa.pub
pbcopy < ~/.ssh/id_rsa.pub
cat < ~/.ssh/id_rsa.pub
cd ..
cd web
cd deand
cd web
git clone https://github.com/DeanDM14/fixme.git
ls
cd fi
cd fixme
ls
git branch wwbranch
git checkout wwbranch
touch README.md
ls
git status
git add README.md
git status
git commit -m "added README.md"
git push origin wwbranch
cd fixme
git log
git reflog
git blame master
cd master
git checkout master
git blame master
git log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s"
git fetch
git rebase -i master
10 changes: 10 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[gui]
recentrepo = C:/Users/deand/OneDrive/Documents/Education/OpenClassrooms/Set Up Your Front-End Development Environment/5543061-ecrivez-du-javascript-pour-le-web-activity-master
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[user]
name = DeanDM14
email = [email protected]
1 change: 1 addition & 0 deletions .lesshst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.less-history-file:
2 changes: 2 additions & 0 deletions .minttyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ThemeFile=windows10
Language=en
Loading